URI Format

URIs intercepted by IBM MQ bridge for HTTP.


Syntax

http: // hostname :port PathPath / contextRoot / msg/ queue/queueName@qMgrNametopic/topicName / Note:

  1. If a question mark (?) is used it must be substituted with %3f. For example, orange?topic should be specified as orange%3ftopic.
  2. @ qMgrName is only valid on an HTTP POST


Description

Deploy the IBM MQ bridge for HTTP servlet to your JEE application server with a context root of contextRoot. Requests to
 http://hostname: port/context_root/msg/queue/queueName @ qMgrName
and
 http://hostname: port/context_root/msg/topic/topicString
are intercepted by IBM MQ bridge for HTTP.