- 论坛徽章:
- 0
|
配置两条单向通道(一收一发),当客户端与服务端都是6.0版本时,收发正常
当客户端为6.0与服务端都是5.3版本时,客户端发送(服务端接收)正常,但是服务端发送(客户端接收)时,就报如下错!!
-------------------------------------------------------------------------------
12/17/07 12:40:22 - Process(6340768.20) User(testusr) Program(amqrmppa)
AMQ9544: Messages not put to destination queue.
EXPLANATION:
During the processing of channel 'XXACK' one or more messages could not be put
to the destination queue and attempts were made to put them to a dead-letter
queue. The location of the queue is 1, where 1 is the local dead-letter queue
and 2 is the remote dead-letter queue.
ACTION:
Examine the contents of the dead-letter queue. Each message is contained in a
structure that describes why the message was put to the queue, and to where it
was originally addressed. Also look at previous error messages to see if the
attempt to put messages to a dead-letter queue failed. The program identifier
(PID) of the processing program was '6340768'.
----- amqrmrca.c : 1459 -------------------------------------------------------
12/17/07 12:41:22 - Process(6340768.20) User(testusr) Program(amqrmppa)
AMQ9545: Disconnect interval expired.
不知道是版本原因还是别的原因,请各位指教!
[ 本帖最后由 llzh 于 2007-12-17 17:53 编辑 ] |
|