org.granite.gravity.adapters
Class ActiveMQServiceAdapter
java.lang.Object
org.granite.gravity.adapters.ServiceAdapter
org.granite.gravity.adapters.JMSServiceAdapter
org.granite.gravity.adapters.ActiveMQServiceAdapter
public class ActiveMQServiceAdapter
- extends JMSServiceAdapter
- Author:
- William DRAI
| Fields inherited from class org.granite.gravity.adapters.JMSServiceAdapter |
acknowledgeMode, DEFAULT_FAILOVER_RETRY_COUNT, DEFAULT_FAILOVER_RETRY_INTERVAL, deliveryMode, destinationName, failoverRetryCount, failoverRetryInterval, jmsClients, jmsConnectionFactory, jmsDestination, messagePriority, noLocal, sessionSelector, textMessages, transactedSessions |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ActiveMQServiceAdapter
public ActiveMQServiceAdapter()
configure
public void configure(XMap adapterProperties,
XMap destinationProperties)
throws ServiceException
- Overrides:
configure in class JMSServiceAdapter
- Throws:
ServiceException
getProducerDestination
protected Destination getProducerDestination(String topic)
- Overrides:
getProducerDestination in class JMSServiceAdapter
getConsumerDestination
protected Destination getConsumerDestination(String topic)
- Overrides:
getConsumerDestination in class JMSServiceAdapter