Author |
Message
|
r4lukk4 |
Posted: Tue Dec 05, 2006 5:42 am Post subject: Send a message when other one come into a queue |
|
|
Novice
Joined: 29 Nov 2006 Posts: 20
|
Hi all,
i´m new with MQ and i have a problem...
I created a message flow which get a message from one queue, read the header and the body of the message, if the message contains a specific detail, send other message, in XML format, with the same header to other queue.
But, the message arrives empty to the final queue. And i don´t know what´s the matter with it. _________________ R4lukk4 |
|
Back to top |
|
 |
kevinf2349 |
Posted: Tue Dec 05, 2006 5:44 am Post subject: |
|
|
 Grand Master
Joined: 28 Feb 2003 Posts: 1311 Location: USA
|
Programming error is my guess, but with the incredible diagnostic information you have supplied it could be aliens aducting it for all we can tell.  |
|
Back to top |
|
 |
jefflowrey |
Posted: Tue Dec 05, 2006 5:52 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
I don't think it's a programming error, I think it's a training error.
It's also an error in posting to the wrong forum. If r4lukk4 is talking about "message flows", then this should be in the WMB forum. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
kevinf2349 |
Posted: Tue Dec 05, 2006 5:56 am Post subject: |
|
|
 Grand Master
Joined: 28 Feb 2003 Posts: 1311 Location: USA
|
jefflowrey wrote: |
I don't think it's a programming error, I think it's a training error. |
...and there I was trying to be kind  |
|
Back to top |
|
 |
Vitor |
Posted: Tue Dec 05, 2006 5:58 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
kevinf2349 wrote: |
Programming error is my guess, but with the incredible diagnostic information you have supplied it could be aliens aducting it for all we can tell.  |
They keep abducting my messages. Messages just disappear like they were never there. Nothing in the logs, no errors in the putting program.
Apart from the 2085 they were getting back from the MQPUT that they admitted to 3 days into the investigation!!!!
(Sorry, off topic but just so mad I could spit!) _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
tleichen |
Posted: Tue Dec 05, 2006 1:27 pm Post subject: |
|
|
Yatiri
Joined: 11 Apr 2005 Posts: 663 Location: Center of the USA
|
Vitor wrote: |
...Apart from the 2085 they were getting back from the MQPUT that they admitted to 3 days into the investigation!!!!
(Sorry, off topic but just so mad I could spit!) |
Yeah.... and just think, someone is paying them big bucks for this! Alright, mark me down too as "not politically correct".  _________________ IBM Certified MQSeries Specialist
IBM Certified MQSeries Developer |
|
Back to top |
|
 |
jefflowrey |
Posted: Tue Dec 05, 2006 1:31 pm Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
So the most likely explanations for r4lukk4's problem of an empty output message are that either the input message does not match what is expected (and so any mappings that are being done using ESQL or etc. are resulting in NULL outputs), or the Output message is not being built in the right place or the right parser, and so the output node sends just an MQMD. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
Vitor |
Posted: Tue Dec 05, 2006 11:51 pm Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
jefflowrey wrote: |
So the most likely explanations for r4lukk4's problem of an empty output message are that either the input message does not match what is expected (and so any mappings that are being done using ESQL or etc. are resulting in NULL outputs), or the Output message is not being built in the right place or the right parser, and so the output node sends just an MQMD. |
I think in the absence of further diagnostic information (including possible UFO sightings) this is the most likely explaination.
Even if there have been UFO sightings, this is still the most likely explaination. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
|