|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mule.transport.AbstractConnector
org.mule.transport.jms.JmsConnector
org.mule.transport.jms.activemq.ActiveMQJmsConnector
public class ActiveMQJmsConnector
ActiveMQ 4.x-specific JMS connector.
Field Summary | |
---|---|
static java.lang.String |
ACTIVEMQ_CONNECTION_FACTORY_CLASS
|
static java.lang.String |
DEFAULT_BROKER_URL
|
Fields inherited from class org.mule.transport.jms.JmsConnector |
---|
JMS, password, REDELIVERY_FAIL_ON_FIRST, REDELIVERY_IGNORE, username |
Fields inherited from interface org.mule.api.transport.Connector |
---|
INT_VALUE_NOT_SET |
Fields inherited from interface org.mule.api.lifecycle.Disposable |
---|
PHASE_NAME |
Constructor Summary | |
---|---|
ActiveMQJmsConnector(MuleContext context)
Constructs a new ActiveMQJmsConnector. |
Method Summary | |
---|---|
protected void |
applyVendorSpecificConnectionFactoryProperties(javax.jms.ConnectionFactory connectionFactory)
|
protected void |
doDisconnect()
Will additionally try to cleanup the ActiveMq connection, otherwise there's a deadlock on shutdown. |
java.lang.String |
getBrokerURL()
|
protected javax.jms.ConnectionFactory |
getDefaultConnectionFactory()
Override this method to provide a default ConnectionFactory for a vendor-specific JMS Connector. |
void |
setBrokerURL(java.lang.String brokerURL)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String ACTIVEMQ_CONNECTION_FACTORY_CLASS
public static final java.lang.String DEFAULT_BROKER_URL
Constructor Detail |
---|
public ActiveMQJmsConnector(MuleContext context)
Method Detail |
---|
protected javax.jms.ConnectionFactory getDefaultConnectionFactory() throws java.lang.Exception
JmsConnector
getDefaultConnectionFactory
in class JmsConnector
java.lang.Exception
protected void applyVendorSpecificConnectionFactoryProperties(javax.jms.ConnectionFactory connectionFactory)
protected void doDisconnect() throws ConnectException
doDisconnect
in class JmsConnector
ConnectException
public java.lang.String getBrokerURL()
public void setBrokerURL(java.lang.String brokerURL)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |