Re: UDP Transport connector binds to a random port number.

2011-12-28 Thread ceposta
Amir, I see you have a JIRA still opened for this issue. Can you confirm this is still an issue? -- View this message in context: http://activemq.2283324.n4.nabble.com/UDP-Transport-connector-listens-on-a-random-port-number-tp3570237p4241119.html Sent from the ActiveMQ - User mailing list archiv

RE: ActiveMq persistence in xml

2011-12-28 Thread Yuvaraj Vanarase
Well, now there are several cuts here. (1). I believe byte array you get is the serialized object/bytes. Just converting these serialized bytes into String won't help. Serialized object becomes readable/meaningful only after de-serialization. Converting to string will have extra bytes as per se

Broker won't update topic producer failover URLs by updateClusterClients="true"

2011-12-28 Thread liny
Hi, I have a topic producer, broker A, and broker B with network connection (duplex="true") to broker A. Below is broker configuration: Below is my topic producer failover URL: My questions are: 1. When topic producer is sending messages to broker A, I shutdown broker A, producer won't change