Class Summary |
Client |
Declare a private temporary response queue,
send a message to amq.direct with a well known routing key with the
private response queue as the reply-to destination
consume responses. |
CombinedTest |
Runs the Service's and Client parts of the test in the same process
as the broker |
Service |
Declare a queue and bind it to amq.direct with a 'well known' routing key,
register a consumer for this queue and send a response to every message received. |
ServiceCreator |
|
SpecialQueue |
Queue that allows several private queues to be registered and bound
to an exchange with the same routing key. |