The Message transport default library comes with this BlockingQueue implementation.
This class represents both the MessageTransportSender and the concrete Adaptor (since BlockingQueues don't span process spaces). You need to initialize it with the BlockingQueue to use, as well as the MessageTransportListener to send messages to.
Optionally you can provide it with a name that will be used in the thread that's started to read messages from the queue.
|
|
|
|