Author |
Message |
Topic: MQ Message Expiration |
nz1g9j
Replies: 16 Views: 15085
|
Forum: IBM MQ Java / JMS Posted: Mon Aug 27, 2007 11:39 am Subject: MQ Message Expiration |
Respected MQ Admins
Please see below for the excerpt from the AMQERR01.LOG in local machine.
I am using WinXP and MQ 6.0.2.1.
8/27/2007 13:29:45 - Process(3812.4) User(MUSR_MQADMIN) Program(amq ... |
Topic: MQ Message Expiration |
nz1g9j
Replies: 16 Views: 15085
|
Forum: IBM MQ Java / JMS Posted: Mon Aug 27, 2007 5:28 am Subject: MQ Message Expiration |
Thank you all for the responses.
I'm doing this POC in WinXP and eventually migrate everything to HP-UX. If there is a configurable Scavenger available for MQ in Z/OS, there may be one in other platf ... |
Topic: MQ Message Expiration |
nz1g9j
Replies: 16 Views: 15085
|
Forum: IBM MQ Java / JMS Posted: Fri Aug 24, 2007 9:01 am Subject: MQ Message Expiration |
As I stated in my previous posting everything is successful except that there is a time delay in transferring the messages to the report queue after expiration. It appears like a daemon task in MQ is ... |
Topic: MQ Message Expiration |
nz1g9j
Replies: 16 Views: 15085
|
Forum: IBM MQ Java / JMS Posted: Thu Aug 16, 2007 8:24 am Subject: MQ Message Expiration |
Thank You all for the suggestions. I could able to successfully transfer the messages on expiration to a different queue using the report option.
If anybody is interested this is what I have in my ... |
Topic: MQ Message Expiration |
nz1g9j
Replies: 16 Views: 15085
|
Forum: IBM MQ Java / JMS Posted: Fri Aug 10, 2007 6:04 am Subject: MQ Message Expiration |
Thank you both for your suggestions. I went through the Using Java documentation. It talks about some report options on discard and setting the JMSReplyTo Queue options to get the reports.
What I am ... |
Topic: MQ Message Expiration |
nz1g9j
Replies: 16 Views: 15085
|
Forum: IBM MQ Java / JMS Posted: Thu Aug 09, 2007 12:29 pm Subject: MQ Message Expiration |
I have a requirement to set the TTL value on a message using JMS API. Everything is working fine with that. I'm wondering what is happening to the expired messages. Is't recoverable? It's not written ... |
Topic: MQ Message Roll back |
nz1g9j
Replies: 1 Views: 2818
|
Forum: IBM MQ Java / JMS Posted: Thu Jun 28, 2007 7:16 am Subject: MQ Message Roll back |
How do I roll back MQ message after catching an exception. Here is the code snippet.
Even after throwing the exception the message is showing up in the queue.
Your help is greatly appreciated.
... |