Author |
Message
|
vinneo |
Posted: Thu Apr 24, 2003 7:50 am Post subject: Put Messages going to the DeadLetterQueue |
|
|
Newbie
Joined: 22 Apr 2003 Posts: 4
|
Hi
I am working on the IBM support pac classes for .Net.
I was able to connect to a remote Queue Manager successfully.
But whatever messages i tried to put to a specific queue seems to be not going there. All the put messages seems to be going to the Dead Letter Queue.
Can anyone give suggestions on why this would be happening.
Does this depend on how i connect to the queue manager.
Thanks |
|
Back to top |
|
 |
vmcgloin |
Posted: Thu Apr 24, 2003 8:33 am Post subject: |
|
|
Knight
Joined: 04 Apr 2002 Posts: 560 Location: Scotland
|
Is there a Dead Letter Header on the messages on the Dead Letter Queue? If so, can you post it here? Are you checking the return code & reason code from the put command? |
|
Back to top |
|
 |
vinneo |
Posted: Thu Apr 24, 2003 8:46 am Post subject: |
|
|
Newbie
Joined: 22 Apr 2003 Posts: 4
|
Hi
I am pretty new to this MQSeries interface world.
Can you tell me how do i check the message header that you specified.
I am using the .Net classes and setting properties of the required objects.
Your help is appreciated.
Thanks |
|
Back to top |
|
 |
tej |
Posted: Thu Apr 24, 2003 9:30 am Post subject: |
|
|
Novice
Joined: 18 Nov 2002 Posts: 20
|
Pls post the message Header of the message with the first line of the message. You can get it by using amqsbcg <qname> <qmgrname> >filename.
From that file copy the lines before the message and first line of the message and post it.
then you are done. |
|
Back to top |
|
 |
rmohanr |
Posted: Thu Apr 24, 2003 10:22 am Post subject: Check the message length |
|
|
Novice
Joined: 02 Jan 2002 Posts: 12
|
Checking the message header is a good way.
Also check the message length you are sending and how much is acceptable message length of the que properties |
|
Back to top |
|
 |
|