Package | Description |
---|---|
org.hornetq.jms.client |
Implementation of the JMS API.
|
org.hornetq.jms.management.impl |
Modifier and Type | Class and Description |
---|---|
class |
HornetQQueue
HornetQ implementation of a JMS Queue.
|
class |
HornetQTemporaryQueue
HornetQ implementation of a JMS TemporaryQueue.
|
class |
HornetQTemporaryTopic
A HornetQTemporaryTopic
|
class |
HornetQTopic
HornetQ implementation of a JMS Topic.
|
Modifier and Type | Method and Description |
---|---|
void |
HornetQSession.deleteTemporaryQueue(HornetQDestination tempQueue) |
void |
HornetQSession.deleteTemporaryTopic(HornetQDestination tempTopic) |
Constructor and Description |
---|
HornetQMessageConsumer(HornetQSession session,
ClientConsumer consumer,
boolean noLocal,
HornetQDestination destination,
String selector,
SimpleString autoDeleteQueueName) |
HornetQMessageProducer(HornetQConnection jbossConn,
ClientProducer producer,
HornetQDestination defaultDestination,
ClientSession clientSession) |
Constructor and Description |
---|
JMSQueueControlImpl(HornetQDestination managedQueue,
QueueControl coreQueueControl,
JMSServerManager jmsServerManager,
MessageCounter counter) |
JMSTopicControlImpl(HornetQDestination topic,
JMSServerManager jmsServerManager,
AddressControl addressControl,
ManagementService managementService) |
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.