lightster / hodor

🚪 A worker queue that is evolving to a job queue
MIT License
4 stars 1 forks source link

Set MessageBankFactory config outside constructor #231

Closed lightster closed 7 years ago

lightster commented 7 years ago

Unfortunately there is a circular dependency between the MessageBankFactory and the MessageQueueConfig right now. The MessageBankFactory needs to be able to access the queue configs, but the MessageQueueConfig also needs to be able to return the message queue adapter factory config (which includes the MessageBankFactory).