Author |
Message
|
raz |
Posted: Tue Dec 18, 2007 9:19 am Post subject: channel behavior |
|
|
Acolyte
Joined: 10 Jul 2007 Posts: 70
|
Hi,
I am using MQ6.0.2.1 on solaris 9 and I am connected to customer through mq channel and we send MAX of 8MB message length.
If any reason reciever channel doesn't accept message then does my channel attempts to put that message every time until remote qmgr accepts?
Thanks |
|
Back to top |
|
 |
EddieA |
Posted: Tue Dec 18, 2007 9:46 am Post subject: Re: channel behavior |
|
|
 Jedi
Joined: 28 Jun 2001 Posts: 2453 Location: Los Angeles
|
raz wrote: |
If any reason reciever channel doesn't accept message then does my channel attempts to put that message every time until remote qmgr accepts? |
That would depend on why the receiver channel can't deliver the message, the message persistence, and how the remote QM is configured, amongst other things. There's no single answer to your question.
Cheers, _________________ Eddie Atherton
IBM Certified Solution Developer - WebSphere Message Broker V6.1
IBM Certified Solution Developer - WebSphere Message Broker V7.0 |
|
Back to top |
|
 |
raz |
Posted: Tue Dec 18, 2007 10:09 am Post subject: channel behavior |
|
|
Acolyte
Joined: 10 Jul 2007 Posts: 70
|
Here is the error message from qmgr error logs
12/18/07 05:33:30 - Process(1909.1) User(mqm) Program(runmqchl_nd)
AMQ9527: Cannot send message through channel 'XXX.SENDER'.
EXPLANATION:
The channel has closed because the remote queue manager cannot receive a
message.
ACTION:
Contact the systems administrator who should examine the error files of the
remote queue manager, to determine why the message cannot be received, and then
restart the channel.
----- amqrfpta.c : 340 --------------------------------------------------------
12/18/07 05:33:30 - Process(1909.1) User(mqm) Program(runmqchl_nd)
AMQ9506: Message receipt confirmation failed.
EXPLANATION:
Channel 'XXX.SENDER' has ended because the remote queue manager did not accept
the last batch of messages.
ACTION:
The error log for the channel at the remote site will contain an explanation of
the failure. Contact the remote Systems Administrator to resolve the problem.
----- amqrmrca.c : 787 --------------------------------------------------------
12/18/07 05:33:30 - Process(1909.1) User(mqm) Program(runmqchl_nd)
AMQ9999: Channel program ended abnormally.
EXPLANATION:
Channel program 'XXX.SENDER' ended abnormally.
ACTION:
Look at previous error messages for channel program 'XX.SENDER' in the error
files to determine the cause of the failure. |
|
Back to top |
|
 |
DarXide |
Posted: Tue Dec 18, 2007 10:12 am Post subject: max masseg size |
|
|
Apprentice
Joined: 02 Dec 2007 Posts: 43 Location: israel
|
check the max message size on the QMGR on the channel and on the QUEUE and u use
tell me what u see |
|
Back to top |
|
 |
EddieA |
Posted: Tue Dec 18, 2007 11:19 am Post subject: |
|
|
 Jedi
Joined: 28 Jun 2001 Posts: 2453 Location: Los Angeles
|
You need to look at the logs at the receiver side to see why it couldn't accept the messages.
Perhaps there isn't enough log space.
Cheers, _________________ Eddie Atherton
IBM Certified Solution Developer - WebSphere Message Broker V6.1
IBM Certified Solution Developer - WebSphere Message Broker V7.0 |
|
Back to top |
|
 |
|