Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

ActiveMQ JMS input event adapter is an internal event adapter that comes with WSO2 products by default. You can configure it with XML, map, JSON, and text input mapping types.

...

Adapter PropertyDescriptionExample

Topic/Queue Name

A string of characters to denote a valid name of a JMS topic to subscribe to, or named queue to use when WSO2 CEP sends and receives messages.

Test Topic

JNDI Initial Context Factory Class

JNDI initial context factory class. The class must implement the java.naming.spi.InitialContextFactory interface.

org.apache.activemq.jndi.ActiveMQInitialContextFactory

JNDI Provider URL

URL of the JNDI provider.

tcp://localhost:61616

The JMS connection password

A valid password for the JMS connection.

*******jms-password

The JMS connection username

A valid username for the JMS connection.

jms_-user

Connection Factory JNDI Name

The JNDI name of the connection factory.

TopicConnectionFactory

Destination Type

The sort order for messages that arrive on a specific destination.

topic/queue

Enable Durable Subscription

Whether the subscription is durable or not.

true/false

Durable Subscriber Name

A string of characters to denote a valid name of the durable subscriber. (It enables durable subscription if you add any value here).

subscriber

JMS Properties

Valid property and value pairs to denote Axis2 JMS properties (e.g. "property1: value1, property2: value2")

For more information on Axis2 JMS properties, go to Apache AXIS2 Transports Documentation.

SessionTransacted:false

...