Mock implementation of JMS Connection.
Please note: The interfaces ConnectionConsumer,
ServerSessionPool and ServerSession
are not meant for application use.
Mock implementation of JMS ConnectionFactory.
Can be used as generic factory for JMS 1.1.
Also implements QueueConnectionFactory and
TopicConnectionFactory and can be used to
create queue and topic connections as well as generic
JMS 1.1 connections.
Mock implementation of JMS QueueConnection.
Please note: The interfaces ConnectionConsumer,
ServerSessionPool and ServerSession
are not meant for application use.
Mock implementation of JMS Session.
Please note that this implementation does not
implement transaction isolation at the moment.
Messages are immediately sent.
Mock implementation of JMS TopicConnection.
Please note: The interfaces ConnectionConsumer,
ServerSessionPool and ServerSession
are not meant for application use.