IBM WebSphere MQ
174
Integration Guide
The following property values are required utility values.
IBM WebSphere MQ
You can use IBM WebSphere MQ as a standard for your queuing activities. The
integration framework supports WebSphere MQ Version 6. Before you use the
WebSphere MQ for any queuing activities, you must familiarize yourself with
WebSphere MQ configurations and implementations.
Configuring JMS Endpoints and Handlers
The framework processing places the outbound publish channel message into the
default queue. The integration framework then uses the JMS endpoint and
handler to send the message to WebSphere MQ.
To accomplish this task you must configure the endpoint JMS handler to point to
the WebSphere MQ. This configuration can be done in following ways:
1 Create an WebSphere MQ provider on the WebSphere Application Server and
configure an integration endpoint to point to the message queue (MQ)
provider by using:
T The destination JNDI name (DESTJNDINAME)
T The connection factory JNDI name (CONFACTORYJNDINAME)
2 Configure the endpoint to point to the WebSphere MQ by using:
T The destination JNDI name (DESTJNDINAME)
T The connection factory JNDI name (CONFACTORYJNDINAME)
T The provider URL (PROVIDERURL)
T The initial context factory (CONTEXTFACTORY)
Property Description Required
or
Optional
–Dqueuename Queue JNDI name Required
–Dserviceurl RMI URL of the application server Required
–Dusername J2EE user (if the queue is secured) Optional
–Dpassword J2EE user password (if the queue is secured) Optional
–Dselector The WHERE clause to process a subset of
messages in the queue.
Optional
–Dcount The number of messages to be viewed or
deleted; an asterisk means all messages (based
on selector)
Optional