ActiveMQDestination(SimpleString address,
ActiveMQDestination.TYPE type,
ActiveMQSession session) |
ActiveMQDestination(SimpleString address,
String name,
ActiveMQDestination.TYPE type,
ActiveMQSession session)
Deprecated.
|
ActiveMQDestination(String address,
ActiveMQDestination.TYPE type,
ActiveMQSession session) |
ActiveMQDestination(String address,
String name,
ActiveMQDestination.TYPE type,
ActiveMQSession session) |
ActiveMQMessageConsumer(ConnectionFactoryOptions options,
ActiveMQConnection connection,
ActiveMQSession session,
ClientConsumer consumer,
boolean noLocal,
ActiveMQDestination destination,
String selector,
SimpleString autoDeleteQueueName) |
ActiveMQMessageProducer(ActiveMQConnection connection,
ClientProducer producer,
ActiveMQDestination defaultDestination,
ActiveMQSession session,
ConnectionFactoryOptions options) |
ActiveMQQueue(String address,
boolean temporary,
ActiveMQSession session) |
ActiveMQTemporaryQueue(String address,
ActiveMQSession session) |
ActiveMQTemporaryTopic(String address,
ActiveMQSession session) |
ActiveMQTopic(String address,
boolean temporary,
ActiveMQSession session) |
JMSMessageListenerWrapper(ConnectionFactoryOptions options,
ActiveMQConnection connection,
ActiveMQSession session,
ClientConsumer consumer,
javax.jms.MessageListener listener,
int ackMode) |