1 / 4

Mapping JMS Messages onto WebSphere MQ Messages

Mapping JMS Messages onto WebSphere MQ Messages. JMS Client. Queue Manager. JMS Client. Mapping. Mapping. Header. MQMD. Header. Properties. RFH2. Properties. Copying. Copying. Body. Body. Body. JMS Message. MQ Message. JMS Message. MQRFH2. Fixed part. Variable part. MQRFH2.

fineen
Download Presentation

Mapping JMS Messages onto WebSphere MQ Messages

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Mapping JMS Messages onto WebSphere MQ Messages JMS Client Queue Manager JMS Client Mapping Mapping Header MQMD Header Properties RFH2 Properties Copying Copying Body Body Body JMS Message MQ Message JMS Message

  2. MQRFH2 Fixed part Variable part MQRFH2

  3. Mapping JMS Messages onto WebSphere MQ Messages for Non-JMS Clients JMS Client Queue Manager Non-JMS Client Mapping Header MQMD Properties MQMD Copying Copying Body Body Body JMS Message MQ Message MQ Message JMS Administered object: DEFINE QUEUE(name) TARGCLIENT(MQ)

  4. INPUT.QUEUE Level of administration queue = (Queue)ctx.lookup("InQueue"); qSender = qSession.createSender(queue); qSender.setDeliveryMode( DeliveryMode.PERSISTENT/ DeliveryMode.NON_PERSISTENT); JMS Client MQQueue DEFINE QUEUE(InQueue)+ QUEUE(INPUT.QUEUE)+ QMGR(QM.TEST)+ PERSISTENCE(APP/QDEF/PERS/NON) WebSphere MQ DEFINE QLOCAL(INPUT.QUEUE)+ DEFPSIST(YES/NO)

More Related