org.granite.gravity.adapters
Class ActiveMQServiceAdapter

java.lang.Object
  extended by org.granite.gravity.adapters.ServiceAdapter
      extended by org.granite.gravity.adapters.JMSServiceAdapter
          extended by org.granite.gravity.adapters.ActiveMQServiceAdapter

public class ActiveMQServiceAdapter
extends JMSServiceAdapter

Author:
William DRAI

Field Summary
 
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
 
Constructor Summary
ActiveMQServiceAdapter()
           
 
Method Summary
 void configure(XMap adapterProperties, XMap destinationProperties)
           
protected  Destination getConsumerDestination(String topic)
           
protected  Destination getProducerDestination(String topic)
           
 
Methods inherited from class org.granite.gravity.adapters.JMSServiceAdapter
invoke, manage, start, stop
 
Methods inherited from class org.granite.gravity.adapters.ServiceAdapter
getAdapterState, getDestination, getGravity, getId, getSecurityPolicy, setAdapterState, setDestination, setGravity, setId, setSecurityPolicy
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActiveMQServiceAdapter

public ActiveMQServiceAdapter()
Method Detail

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