Author |
Message
|
nabulou |
Posted: Mon Aug 18, 2003 11:46 pm Post subject: JMS / MQMD Mapping : application origin data |
|
|
Newbie
Joined: 02 Jun 2003 Posts: 8
|
Is there any JMS mapping for MQMD Application Origin Data or the MQMD Application Identity Data?
Thk you. |
|
Back to top |
|
 |
bower5932 |
Posted: Tue Aug 19, 2003 10:03 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Aug 2001 Posts: 3023 Location: Dallas, TX, USA
|
Did you check out Chapter 12 of the Using Java manual? There is a whole section in the chapter is on Mapping JMS messages. |
|
Back to top |
|
 |
techno |
Posted: Tue Aug 19, 2003 2:26 pm Post subject: JMS_IBM_Report_COA and JMS_IBM_Report_COD |
|
|
Chevalier
Joined: 22 Jan 2003 Posts: 429
|
I thought there is no concept of COD and COA in JMS. Java manual says something about these constants in mapping of messages. Can we make use of these to implement COA and COD in JMS?
Pretty tough to understand message mapping in java manual. Can somebody give me some hints so that it is easily understood
Thanks |
|
Back to top |
|
 |
bower5932 |
Posted: Thu Aug 21, 2003 8:21 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Aug 2001 Posts: 3023 Location: Dallas, TX, USA
|
I'll try to give some hints. Basically, a lot of the JMS fields will map directly to an MQMD field and are handled this way. However, there are other fields that are extra to JMS or extra to MQSeries. These fields are handled via the additional RFH2 header that ships with MQ messages. The mapping tables are trying to show where the JMS field will be mapped from/to if it is in the MQMD or an RFH2 header. |
|
Back to top |
|
 |
maxis |
Posted: Mon Aug 25, 2003 9:20 am Post subject: |
|
|
Centurion
Joined: 25 Jun 2002 Posts: 144
|
|
Back to top |
|
 |
nabulou |
Posted: Wed Aug 27, 2003 7:17 am Post subject: Usr Folder |
|
|
Newbie
Joined: 02 Jun 2003 Posts: 8
|
Having looked into this for a while, there does not seem to be any mapping for the application origin data. What we are proposing to do instead is to map it into the Usr folder of the RFH2 header and have JMS read it from there. This has significant impact on our work, but it seems to be the only way to do it at the moment... |
|
Back to top |
|
 |
|