The configurations of the Apache Qpid input JMS event adapter are explained below. You can configure it with map, XML, JSON, and text input mapping types.
Excerpt |
---|
|
NOTE TO WRITERS: Add the TOC here. |
Follow the steps below to set up the prerequisites before starting the configuration.
Install JMS-Qpid Broker and JMS-Qpid Client.
- Add the following broker-specific JAR files to
<PRODUCT_HOME>/repository/components/lib/
directory.
Configuring the Qpid input JMS event adapter
You can configure the Apache Qpid JMS input event adapter either using the management console or using a configuration file.
Anchor |
---|
| Using the management console |
---|
| Using the management console |
---|
|
Configure using the management consoleFollow the instructions below to configure Qpid input JMS event adapter using the management console. This deploys the event adapter in the <PRODUCT_HOME>
/
...
- Log in to product's management console, and click Configure.
- Click Input Event Adaptors in the Event Processor Configs menu, and then click Add Input Event Adaptor.
Enter details as shown in the below example.
Info |
---|
Refer the <PRODUCT_HOME>/reposiyory/conf/jndi.properties file. This example uses Topic Connection Factory. Therefore, the following entry points the default Qpid host to localhost and port to 5672: connectionfactory.TopicConnectionFactory = amqp: |
- Click Add Event Adaptor.
Anchor |
---|
| Using a configuration file |
---|
| Using a configuration file |
---|
|
Configure using a configuration fileFollow the instructions below to configure ActiveMQ input JMS event adapter using a configuration file.
...
Info |
---|
|
After an adapter is successfully added, it gets added to the list of adapters displayed under Event Processor Configs in the Configure menu of the product's management console. Click Edit to change its configuration and redeploy it. This opens an XML-based editor allowing you to edit the event adapter configurations from the UI. Do your modifications and click Update . You can also delete it, enable/disable statistics or enable/disable tracing on it using the provided options in the UI. |
For instructions on configuring input JMS event adapter message properties, see
Configuring Input JMS Event Adapter Message Properties.
Excerpt |
---|
|
NOTE TO WRITERS: Link "Configuring Input JMS Event Adapter Message Properties" of the above text to the page titled the same. |