Author |
Message
|
vandemon |
Posted: Wed Jun 16, 2010 12:28 am Post subject: Where will the msg sent to if the queue is full |
|
|
Apprentice
Joined: 14 Jun 2010 Posts: 32
|
Where will the msg sent to if the queue is full and I did not assign DLQ to the QM? |
|
Back to top |
|
 |
exerk |
Posted: Wed Jun 16, 2010 1:43 am Post subject: |
|
|
 Jedi Council
Joined: 02 Nov 2006 Posts: 6339
|
Where the manual says it will go, dependent on message persistence setting and channel setting.
Hint: Search the Info Centre for "...What happens when a message cannot be delivered?..." _________________ 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 |
|
 |
PeterPotkay |
Posted: Wed Jun 16, 2010 1:54 am Post subject: |
|
|
 Poobah
Joined: 15 May 2001 Posts: 7722
|
...if there is a channel involved, and what type of channel if so, also factor. _________________ Peter Potkay
Keep Calm and MQ On |
|
Back to top |
|
 |
exerk |
Posted: Wed Jun 16, 2010 2:46 am Post subject: |
|
|
 Jedi Council
Joined: 02 Nov 2006 Posts: 6339
|
PeterPotkay wrote: |
...if there is a channel involved, and what type of channel if so, also factor. |
True. I made the assumption it was via a channel... _________________ 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 |
|
 |
zpat |
Posted: Wed Jun 16, 2010 3:57 am Post subject: |
|
|
 Jedi Council
Joined: 19 May 2001 Posts: 5866 Location: UK
|
MQPUT performed locally (or via a client connection) will be given a queue full MQRC. It will not automatically go to the DLQ. |
|
Back to top |
|
 |
shashivarungupta |
Posted: Wed Jun 16, 2010 4:47 am Post subject: |
|
|
 Grand Master
Joined: 24 Feb 2009 Posts: 1343 Location: Floating in space on a round rock.
|
And....
How you are connecting to the qmgr ? How you are opening the queue ? How you are Putting the message on the queue opened ? What message do you get after putting the message to the opened queue ( using an application , I assume ) ? Have you read about the mq reason codes ?
Have you heard of SDLQ ? Your qmgr settings has DeadLetter queue as SDLQ (while creating the qmgr or modified later ) ? _________________ *Life will beat you down, you need to decide to fight back or leave it. |
|
Back to top |
|
 |
ramires |
Posted: Wed Jun 16, 2010 10:42 am Post subject: |
|
|
Knight
Joined: 24 Jun 2001 Posts: 523 Location: Portugal - Lisboa
|
Also depends on msg persistence, if they aren't persistent they may be discarded if the destination queue is full and there is no DLQ defined at the destination. If they are persistent the sender channel stays in retry loop |
|
Back to top |
|
 |
PeterPotkay |
Posted: Wed Jun 16, 2010 11:18 am Post subject: |
|
|
 Poobah
Joined: 15 May 2001 Posts: 7722
|
ramires wrote: |
Also depends on msg persistence, if they aren't persistent they may be discarded if the destination queue is full and there is no DLQ defined at the destination. |
Not always. Depends on how the channel is defined. _________________ Peter Potkay
Keep Calm and MQ On |
|
Back to top |
|
 |
exerk |
Posted: Wed Jun 16, 2010 11:44 am Post subject: |
|
|
 Jedi Council
Joined: 02 Nov 2006 Posts: 6339
|
PeterPotkay wrote: |
ramires wrote: |
Also depends on msg persistence, if they aren't persistent they may be discarded if the destination queue is full and there is no DLQ defined at the destination. |
Not always. Depends on how the channel is defined. |
Hence my hint: Search the Info Centre for "...What happens when a message cannot be delivered?..." _________________ 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 |
|
 |
ramires |
Posted: Wed Jun 16, 2010 11:52 am Post subject: |
|
|
Knight
Joined: 24 Jun 2001 Posts: 523 Location: Portugal - Lisboa
|
PeterPotkay wrote: |
Not always. Depends on how the channel is defined. |
right, also depends on the NPMSPEED channel property. The default I believe is FAST. |
|
Back to top |
|
 |
wbimb |
Posted: Wed Jun 16, 2010 10:26 pm Post subject: |
|
|
 Centurion
Joined: 17 Aug 2006 Posts: 144
|
Yes the default NPMSPEED is fast |
|
Back to top |
|
 |
|