Author |
Message |
Topic: Handling expiry of the message |
christo
Replies: 46 Views: 15009
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Mar 26, 2014 10:59 pm Subject: Handling expiry of the message |
Why? Given that the requestor has timed out and is no longer expecting that response, why are you processing it?
As both my associate and I have said, this is a design problem not a broker problem. ... |
Topic: Handling expiry of the message |
christo
Replies: 46 Views: 15009
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Mar 26, 2014 1:07 am Subject: Handling expiry of the message |
The problom am seeing when using an MQ Get node, if i didnt get reposne in 30 seconds , i will infrom my consumer that there was a tim eout happend .But after 30 seconds external system respose may c ... |
Topic: Handling expiry of the message |
christo
Replies: 46 Views: 15009
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Mar 25, 2014 5:18 am Subject: Handling expiry of the message |
You can use MQGet nodes with 30 seconds timeout, so your flow can continue with or without a response message, which can be handled by your demand.
As per my current design,i have one req flow and on ... |
Topic: Handling expiry of the message |
christo
Replies: 46 Views: 15009
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Mar 25, 2014 4:50 am Subject: Handling expiry of the message |
If the answer is "because I want to get a report on expiry message with full data" then you've just discovered your design doesn't work.
Can you pls suggest any other solution for expir ... |
Topic: Handling expiry of the message |
christo
Replies: 46 Views: 15009
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Mar 25, 2014 4:16 am Subject: Handling expiry of the message |
I will be sending two request to two external system(Mq),at the same time i will put two msg in expiry q with report option enabled(30 seconds and 10 seconds).So if i didnt get reply from external s ... |
Topic: Handling expiry of the message |
christo
Replies: 46 Views: 15009
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Mar 25, 2014 3:41 am Subject: Handling expiry of the message |
This particular queue contains only message with expiry set in MQMD.so the frst message in the q having an expiry 30 secnds and second msg having expiry 20 seconds.Currently both message is geting e ... |
Topic: Handling expiry of the message |
christo
Replies: 46 Views: 15009
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Mar 24, 2014 9:59 pm Subject: Handling expiry of the message |
Thanks Victor for your reply.
My requirement is, i have 10 messages in a queue(Q1) with expiry set as 10 different timings. first message is having 30 sec expiry,and remining all having less than ... |
Topic: Handling expiry of the message |
christo
Replies: 46 Views: 15009
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Mar 24, 2014 9:08 am Subject: Handling expiry of the message |
Hi,
I have created a message flow for browsing messages from a queue. Message flow created using one timeout notification node and one mq get node, timeout notification node will trigger the messag ... |