Dedicated Client Connection
Closed this issue · 0 comments
mvandeberg commented
To properly handle startup requirements, we need to be able to make MQ rpc requests prior to registering handlers. The easiest way to do this is to separate the client and request handler connections and connect each separately at the correct time.
Deliverables from this issue is a separate client class that can be connected to AMQP independently of the request handler (similar to the c++ implementation)