|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
Search found 5 matches |
Author |
Message |
Topic: MQMessage.expiry = int does not seem to work |
bj1980
Replies: 9 Views: 9051
|
Forum: IBM MQ Java / JMS Posted: Tue Jun 13, 2006 6:49 am Subject: MQMessage.expiry = int does not seem to work |
Jeff, the client has the queue manager and it gets set up earlier in the code. This application works. It is solely the expiry that has not been working. So, I'm going to give the client the code t ... |
Topic: MQMessage.expiry = int does not seem to work |
bj1980
Replies: 9 Views: 9051
|
Forum: IBM MQ Java / JMS Posted: Tue Jun 13, 2006 6:13 am Subject: MQMessage.expiry = int does not seem to work |
I think that's the best option at this point. I'll do that and make sure that the code is working. Then, if it still doesn't work, we'll know it's settings.
Thanks! |
Topic: MQMessage.expiry = int does not seem to work |
bj1980
Replies: 9 Views: 9051
|
Forum: IBM MQ Java / JMS Posted: Mon Jun 12, 2006 7:39 am Subject: MQMessage.expiry = int does not seem to work |
How could I find out that bridge? If the client doesn't know, how do I find that out?
Due to previous commitments, I do not have a Queue available to me for this project. How could I work this if ... |
Topic: MQMessage.expiry = int does not seem to work |
bj1980
Replies: 9 Views: 9051
|
Forum: IBM MQ Java / JMS Posted: Fri Jun 09, 2006 10:49 am Subject: MQMessage.expiry = int does not seem to work |
My program takes in some information from another piece of software. I create an MQ message from that information and send the MQ message response back. I would like to include an expiry time so tha ... |
Topic: MQMessage.expiry = int does not seem to work |
bj1980
Replies: 9 Views: 9051
|
Forum: IBM MQ Java / JMS Posted: Fri Jun 09, 2006 10:07 am Subject: MQMessage.expiry = int does not seem to work |
So, I'm trying to implement the expiry field for a client. My code runs something like this.
MQMessage myMessage = new MQMessage();
myMessage.writeString(myXMLResult.toString());
S ... |
|
|
|