working on getting #624 exchangeSplit working seamlessly.
exchangeSplit is to be the subscriber side mirror to post_exchangeSplit.
On the consumer side, each instance needs to have it's own instance-local queue, and bind to one of the post_exchangeSplit output exchanges of some other configuration.
Until now, all instances in a configuration share a single queue. Now need to declare 1 queue per instance within a configuration.
1 step is having ${INSTANCE} available for use in queue names.
working on getting #624 exchangeSplit working seamlessly.
exchangeSplit is to be the subscriber side mirror to post_exchangeSplit. On the consumer side, each instance needs to have it's own instance-local queue, and bind to one of the post_exchangeSplit output exchanges of some other configuration.
Until now, all instances in a configuration share a single queue. Now need to declare 1 queue per instance within a configuration.
1 step is having ${INSTANCE} available for use in queue names.