const SystemConsumerStrategies = { DispatchToSingle: 'DispatchToSingle', RoundRobin: 'RoundRobin', Pinned: 'Pinned' }; Object.freeze(SystemConsumerStrategies); module.exports = SystemConsumerStrategies;