Download presentation
Presentation is loading. Please wait.
Published byMaryann Gordon Modified over 8 years ago
1
WebSphere Data Interchange V3.3: Common Base Event Handler for Common Event Handling © 2008 IBM Corporation 1 IBM Software Group | WebSphere software Mapping JMS Messages onto WebSphere MQ Messages JMS Client Header Properties Body JMS Message Queue Manager MQMD RFH2 Body MQ Message JMS Client Header Properties Body JMS Message Copying Mapping Copying Mapping
2
WebSphere Data Interchange V3.3: Common Base Event Handler for Common Event Handling © 2008 IBM Corporation 2 IBM Software Group | WebSphere software MQRFH2 Variable part Fixed part Fields: StrucId Version StrucLength ….. Identifies format of the message (Null, Text, Byte, Stream, Map or Object) JMS header fields and JMSX properties that cannot be mapped to the MQMD Application-specific properties
3
WebSphere Data Interchange V3.3: Common Base Event Handler for Common Event Handling © 2008 IBM Corporation 3 IBM Software Group | WebSphere software Mapping JMS Messages onto WebSphere MQ Messages for Non-JMS Clients JMS Client Header Properties Body JMS Message Queue Manager MQMD Body MQ Message Non-JMS Client MQMD Body MQ Message Copying Mapping Copying JMS Administered object: DEFINE QUEUE(name) TARGCLIENT(MQ)
4
WebSphere Data Interchange V3.3: Common Base Event Handler for Common Event Handling © 2008 IBM Corporation 4 IBM Software Group | WebSphere software Level of administration JMS Client MQQueue WebSphere MQ queue = (Queue)ctx.lookup("InQueue"); qSender = qSession.createSender(queue); qSender.setDeliveryMode( DeliveryMode.PERSISTENT/ DeliveryMode.NON_PERSISTENT); DEFINE QUEUE(InQueue)+ QUEUE(INPUT.QUEUE)+ QMGR(QM.TEST)+ PERSISTENCE(APP/QDEF/PERS/NON) DEFINE QLOCAL(INPUT.QUEUE)+ DEFPSIST(YES/NO) INPUT.QUEUE
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.