Author |
Message
|
vijykrishna |
Posted: Sat Feb 13, 2016 6:04 am Post subject: POINT TO POINT |
|
|
Newbie
Joined: 02 Aug 2015 Posts: 5
|
In Distribution setup messages stuck .Application team did not get the messages ?
Which place messages are stuck in Receiver side or sender side ?
What are the possible reasons for messages stuck in Distribution setup?
How to solve the problem? please let me as soon as possible. |
|
Back to top |
|
 |
smdavies99 |
Posted: Sat Feb 13, 2016 6:14 am Post subject: |
|
|
 Jedi Council
Joined: 10 Feb 2003 Posts: 6076 Location: Somewhere over the Rainbow this side of Never-never land.
|
If you put this into google
Where did my message go MQ
Then there are some useful hints.
Especially the first two on the list. _________________ WMQ User since 1999
MQSI/WBI/WMB/'Thingy' User since 2002
Linux user since 1995
Every time you reinvent the wheel the more square it gets (anon). If in doubt think and investigate before you ask silly questions. |
|
Back to top |
|
 |
bruce2359 |
Posted: Sat Feb 13, 2016 6:28 am Post subject: |
|
|
 Poobah
Joined: 05 Jan 2008 Posts: 9469 Location: US: west coast, almost. Otherwise, enroute.
|
Are you sure that the application that creates the messages was successful?
What separates sending qmgr from receiving qmgr is the sender-receiver channel. If the channel is not in RUNNING state, no messages will flow. First, are messages in the transmission queue waiting to be sent?
If the messages did not arrive in the destination queues, look at the dead-letter queue on the receiving end of the channel.
Did this channel ever work? Is it a new channel? Is this a new application? _________________ I like deadlines. I like to wave as they pass by.
ב''ה
Lex Orandi, Lex Credendi, Lex Vivendi. As we Worship, So we Believe, So we Live. |
|
Back to top |
|
 |
vijykrishna |
Posted: Sat Feb 13, 2016 8:21 am Post subject: |
|
|
Newbie
Joined: 02 Aug 2015 Posts: 5
|
All setup is good.we don't have any DLQ on both side.
were messages will be stuck in Distribution set up |
|
Back to top |
|
 |
exerk |
Posted: Sat Feb 13, 2016 8:26 am Post subject: |
|
|
 Jedi Council
Joined: 02 Nov 2006 Posts: 6339
|
vijykrishna wrote: |
All setup is good... |
Which implies that your channel is running?
vijykrishna wrote: |
...we don't have any DLQ on both side... |
Does that mean no DLQ at the receiving end, or no DLQ at either end? If the messages being sent are non-persistent, and there's no DLQ at the receiving end, and the NPMSPEED of the channel is set to a particular value then it's possible that messages are being discarded.
vijykrishna wrote: |
...were messages will be stuck in Distribution set up |
Until we know more detail about the set up we can't help answer that question. _________________ It's puzzling, I don't think I've ever seen anything quite like this before...and it's hard to soar like an eagle when you're surrounded by turkeys. |
|
Back to top |
|
 |
fjb_saper |
Posted: Sat Feb 13, 2016 11:31 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
vijykrishna wrote: |
All setup is good.we don't have any DLQ on both side.
were messages will be stuck in Distribution set up |
With no DLQ, non persistent messages that would end up in the DLQ just disappear! The channel will discard them.
run dspmqrte with detail information and check what happens after the message hit the XMITQ.
Have fun  _________________ MQ & Broker admin |
|
Back to top |
|
 |
bruce2359 |
Posted: Sat Feb 13, 2016 11:50 am Post subject: |
|
|
 Poobah
Joined: 05 Jan 2008 Posts: 9469 Location: US: west coast, almost. Otherwise, enroute.
|
If the app actually creates messages, and they go to the correct xmit queue, and ... _________________ I like deadlines. I like to wave as they pass by.
ב''ה
Lex Orandi, Lex Credendi, Lex Vivendi. As we Worship, So we Believe, So we Live. |
|
Back to top |
|
 |
|