Author |
Message |
Topic: MQGet to Use Only Input Message |
xstuvw
Replies: 8 Views: 3943
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Feb 06, 2012 1:33 pm Subject: MQGet to Use Only Input Message |
I mean no offense but if I posed a question on StackOverflow that read:
How do I do x in C#?
The helpful answers would be the ones that answered the actual question.
The unhelpful answers would ... |
Topic: MQGet to Use Only Input Message |
xstuvw
Replies: 8 Views: 3943
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Feb 06, 2012 1:13 pm Subject: MQGet to Use Only Input Message |
As much as I would like to, I cannot currently afford that course. |
Topic: MQGet to Use Only Input Message |
xstuvw
Replies: 8 Views: 3943
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Feb 06, 2012 1:03 pm Subject: MQGet to Use Only Input Message |
What are the parameters on the MQGet node to ignore the "gotten" message and only propagate the initial input message? I know it's something to do with Generate but the documentation confus ... |
Topic: Repeatedly Sending Messages |
xstuvw
Replies: 12 Views: 7287
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jan 26, 2012 1:36 pm Subject: Repeatedly Sending Messages |
I would send the message with an expiry value == the time you need to wait for a response.
Then set the report options to generate the full message when a given message expires.
Then process th ... |
Topic: Repeatedly Sending Messages |
xstuvw
Replies: 12 Views: 7287
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jan 26, 2012 11:53 am Subject: Repeatedly Sending Messages |
Thanks, Vitor, I understand completely.  |
Topic: Repeatedly Sending Messages |
xstuvw
Replies: 12 Views: 7287
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jan 26, 2012 11:38 am Subject: Repeatedly Sending Messages |
But if you place the message on two queues: app_in, and reprocess_in; and only set the expiry on reprocess_in; it will work. |
Topic: Repeatedly Sending Messages |
xstuvw
Replies: 12 Views: 7287
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jan 26, 2012 11:20 am Subject: Repeatedly Sending Messages |
That's another good idea but I think it's more work than just shooting a report as soon as a message has timed out. I'm just a little unclear of the usage of MQMD.Report, though. |
Topic: Repeatedly Sending Messages |
xstuvw
Replies: 12 Views: 7287
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jan 26, 2012 10:42 am Subject: Repeatedly Sending Messages |
I understand the solution - but I'm a bit confused about how MQMD.Report works. I've read through the documentation but it's a bit sparse.
This is what I am doing (as well as setting expiry):
... |
Topic: Repeatedly Sending Messages |
xstuvw
Replies: 12 Views: 7287
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jan 26, 2012 9:54 am Subject: Repeatedly Sending Messages |
The message will always be read in the application queue, though. So, in theory, the message will never have a chance to expire (unless it is sent to another queue as well). |
Topic: Repeatedly Sending Messages |
xstuvw
Replies: 12 Views: 7287
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jan 26, 2012 9:44 am Subject: Repeatedly Sending Messages |
I might be misunderstanding. Are you suggesting that we send a message to the application, and another copy of that message (with the expiry set), to the "reprocess" queue. Then when the m ... |
Topic: Repeatedly Sending Messages |
xstuvw
Replies: 12 Views: 7287
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jan 26, 2012 9:31 am Subject: Repeatedly Sending Messages |
I have the following problem (please yell at me if this is an incorrect use of MB):
The business logic is:
- Send a message to an application.
- If a response occurs, continue the message onwar ... |
Topic: Declaring a Reference and Moving It |
xstuvw
Replies: 38 Views: 13782
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Nov 29, 2011 3:06 pm Subject: Declaring a Reference and Moving It |
I'm sorry for this being so confusing, if possible please only consider from this post an onward. I've narrowed down my problem. I will state my ESQL in two boxes, Box 1 works successfully while Box ... |
Topic: Declaring a Reference and Moving It |
xstuvw
Replies: 38 Views: 13782
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Nov 29, 2011 1:33 pm Subject: Declaring a Reference and Moving It |
aaaaaaaaa |
Topic: Declaring a Reference and Moving It |
xstuvw
Replies: 38 Views: 13782
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Nov 29, 2011 1:15 pm Subject: Declaring a Reference and Moving It |
Sorry, I wasn't too clear before.
I use:
SET outRoot.(XMLNSC.Attribute)msgid = InputRoot.MQMD.CorrelId;
but only later on in my ESQL (not posted above). If outRoot pointed to the child of XM ... |
Topic: Declaring a Reference and Moving It |
xstuvw
Replies: 38 Views: 13782
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Nov 29, 2011 1:05 pm Subject: Declaring a Reference and Moving It |
I intended for the code to generate an attribute under the child of XMLNSC called msgid. Instead, the msgid is placed under the XMLNSC tag when I use the reference outRoot.
Also, when I use MOVE o ... |