AMQ4.1.1: Tracing messages on the transport connector

2008-04-12 Thread uma_rk
I am trying to trace the messages from the transport connector (client to broker), over the nework layer (broker to broker) and finally broker to client (far end transport connector). I create the connection factory with trace=true for each client. This yields no traces. Where should I expect to

Re: AMQ4.1.1: Use of asyncDispatch

2008-04-12 Thread uma_rk
I would like to use asyncDispatch to solve this problem. When I try to create a ConnectionFactory using the URL (in Spring configuration, if that matters at all): brokerURL:="tcp://localhost:61616?asyncDispatch=true" I get invalid connection parameter exception. The brokerURL tcp:/

AMQ4.1.1: Use of asyncDispatch

2008-04-12 Thread uma_rk
I am using ActiveMQ 4.1.1 with a very simple peer to peer connection. I find that after a few exchanges, the messages from A to B stall - the clients of A seem to hang while sending a message (FWIW, only TextMessages are used): Peer A: Peer B: