Author |
Message |
Topic: JMS TextMessage API and MQIIH Headers ??? |
BobWilmes
Replies: 5 Views: 6586
|
Forum: IBM MQ Java / JMS Posted: Wed Apr 26, 2006 4:16 pm Subject: JMS TextMessage API and MQIIH Headers ??? |
I thought Map Message always converted headers using the Text Message API. How do I set a binary field through Map Message to set the flags in the MQIIH header ? |
Topic: JMSTimeToLive and WMQ 5.3 |
BobWilmes
Replies: 5 Views: 4892
|
Forum: IBM MQ Java / JMS Posted: Wed Apr 26, 2006 1:48 pm Subject: JMSTimeToLive and WMQ 5.3 |
Sorry mixed up the URL - SetJMSTimeToLive is described here:
http://publib.boulder.ibm.com/infocenter/wasinfo/v6r0/index.jsp?topic=/com.ibm.websphere.pmc.doc/ref/rjy1380.html |
Topic: JMSTimeToLive and WMQ 5.3 |
BobWilmes
Replies: 5 Views: 4892
|
Forum: IBM MQ Java / JMS Posted: Wed Apr 26, 2006 1:46 pm Subject: JMSTimeToLive and WMQ 5.3 |
Found my answer.
setJMSTimeToLive is described here:
http://publib.boulder.ibm.com/infocenter/wasinfo/v6r0/index.jsp?topic=/com.ibm.websphere.pmc.doc/ref/rjy1132.html |
Topic: BEA WLS - what is it's equivalent of MQ ? |
BobWilmes
Replies: 6 Views: 5245
|
Forum: IBM MQ Java / JMS Posted: Wed Apr 26, 2006 1:43 pm Subject: BEA WLS - what is it's equivalent of MQ ? |
Web Logic Server has a built-in JMS provider. You can read about the different versions using the online documentation found here:
http://edocs.bea.com/
BEA has another ESB product line called Aqu ... |
Topic: JMS TextMessage API and MQIIH Headers ??? |
BobWilmes
Replies: 5 Views: 6586
|
Forum: IBM MQ Java / JMS Posted: Wed Apr 26, 2006 9:20 am Subject: JMS TextMessage API and MQIIH Headers ??? |
The problem about using the JMS Byte Message API is the application is already using XML which the Java String class converts using the Text Message API.
Is it possible to create a MQIIH header usi ... |
Topic: JMSTimeToLive and WMQ 5.3 |
BobWilmes
Replies: 5 Views: 4892
|
Forum: IBM MQ Java / JMS Posted: Wed Apr 26, 2006 7:33 am Subject: JMSTimeToLive and WMQ 5.3 |
There is an example of specifying JMSTimeToLive on this IBM developer works article about using JMS with WSIF:
http://www-128.ibm.com/developerworks/ibm/library/i-odoebp13/
It may be that JMSTim ... |
Topic: JMSTimeToLive and WMQ 5.3 |
BobWilmes
Replies: 5 Views: 4892
|
Forum: IBM MQ Java / JMS Posted: Tue Apr 25, 2006 4:35 pm Subject: JMSTimeToLive and WMQ 5.3 |
I am trying to find out how the JMSTimeToLive parameter works with the MQ message expiration field.
Has anyone useed JMSTimeToLive ? |
Topic: JMS TextMessage API and MQIIH Headers ??? |
BobWilmes
Replies: 5 Views: 6586
|
Forum: IBM MQ Java / JMS Posted: Tue Apr 25, 2006 4:33 pm Subject: JMS TextMessage API and MQIIH Headers ??? |
I am looking for some sample code using the JMS TextMessage API to create an MQIIH header for a JMS message.
(The only sample I've found uses the ByteMessage API).
Thanks for your help! |
Topic: OTMA Bridge and Expiry ??? |
BobWilmes
Replies: 6 Views: 11288
|
Forum: Mainframe, CICS, TXSeries Posted: Fri Apr 14, 2006 10:24 am Subject: OTMA Bridge and Expiry ??? |
Wayne - very much appreciated - thank you for your help and the link!
Have a great weekend everyone! |
Topic: OTMA Bridge and Expiry ??? |
BobWilmes
Replies: 6 Views: 11288
|
Forum: Mainframe, CICS, TXSeries Posted: Fri Apr 14, 2006 10:10 am Subject: OTMA Bridge and Expiry ??? |
Peter - mega thank yous for the quick reply.
By any chance, do you happen to know the name of the IIH header flag ?
Regards,
Bob |
Topic: OTMA Bridge and Expiry ??? |
BobWilmes
Replies: 6 Views: 11288
|
Forum: Mainframe, CICS, TXSeries Posted: Fri Apr 14, 2006 9:51 am Subject: OTMA Bridge and Expiry ??? |
When I spoke with the team doing the IMS transaction - all they get is the application data - I think the OTMA bridge strips of the MQ related headers and justs uses the IMS tran code + LLZZ + app dat ... |
Topic: OTMA Bridge and Expiry ??? |
BobWilmes
Replies: 6 Views: 11288
|
Forum: Mainframe, CICS, TXSeries Posted: Fri Apr 14, 2006 9:19 am Subject: OTMA Bridge and Expiry ??? |
Distributed Linux box starts message chain with 300 ticks in the MQ message expiry header. MQ forwards through WBIMQ hub to z/OS MQ. Message hits the OTMA bridge.
Question:
What is the default beh ... |
Topic: java Mqseries 5.3 installation Prob |
BobWilmes
Replies: 2 Views: 3017
|
Forum: IBM MQ Installation/Configuration Support Posted: Mon May 19, 2003 11:36 am Subject: java Mqseries 5.3 installation Prob |
The MA88 support pac functionality is included with WMQ 5.3.
You don't have to install it seperately.
Check out the IBM book "WebSphere MQ Using Java" SC34-6066.
It explains how to use Java with th ... |