Author |
Message
|
mmahdi |
Posted: Mon Mar 17, 2008 10:38 pm Post subject: Msgs not seen.. |
|
|
Novice
Joined: 13 Feb 2007 Posts: 18
|
Hi,
the scenario is that the messages arrive @ Input Queue from Mainframe system and the CURRDEPTH of that queue also increases accordingly but it does not show those messages. I tried using amqsget also .. it says 'no messages' .. The Msg flow is also Running fine .
.Can anyone throw some light ....on this?
Mahdi Mithani |
|
Back to top |
|
 |
AkankshA |
Posted: Mon Mar 17, 2008 10:47 pm Post subject: |
|
|
 Grand Master
Joined: 12 Jan 2006 Posts: 1494 Location: Singapore
|
either the messages are expired or are not committed..
in both the cases the curdepth reflects their presence.... _________________ Cheers |
|
Back to top |
|
 |
elvis_gn |
Posted: Tue Mar 18, 2008 12:59 am Post subject: Re: Msgs not seen.. |
|
|
 Padawan
Joined: 08 Oct 2004 Posts: 1905 Location: Dubai
|
Hi mmahdi,
mmahdi wrote: |
the scenario is that the messages arrive @ Input Queue from Mainframe system and the CURRDEPTH of that queue also increases accordingly but it does not show those messages. I tried using amqsget also .. it says 'no messages' .. The Msg flow is also Running fine . |
The mainframe is putting into the input queue and your flow is running on that input queue or am I just confused in the wordings...
Regards. |
|
Back to top |
|
 |
mmahdi |
Posted: Tue Mar 18, 2008 1:45 am Post subject: |
|
|
Novice
Joined: 13 Feb 2007 Posts: 18
|
its the mainframe which is putting messages into the input queue of our message flow  |
|
Back to top |
|
 |
Vitor |
Posted: Tue Mar 18, 2008 1:46 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
AkankshA wrote: |
either the messages are expired or are not committed..
|
Certainly the most plausible explaination. I'd tend towards not committed rather than expired. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
AkankshA |
Posted: Tue Mar 18, 2008 1:50 am Post subject: |
|
|
 Grand Master
Joined: 12 Jan 2006 Posts: 1494 Location: Singapore
|
mainframe is putting the mesaage and your flows are picking it...
so u ll rarely be able to get them using amqsget.. as u r competeing wd broker here to get the msg _________________ Cheers |
|
Back to top |
|
 |
elvis_gn |
Posted: Tue Mar 18, 2008 1:57 am Post subject: |
|
|
 Padawan
Joined: 08 Oct 2004 Posts: 1905 Location: Dubai
|
Hi mmahdi,
mmahdi wrote: |
its the mainframe which is putting messages into the input queue of our message flow  |
If your flow is running then obviously it is picking up the message from that input queue and that's why you cannot see...have I missed something in your explanation ?
Regards. |
|
Back to top |
|
 |
|