I've got 3 test harnesses I'm using to experiment with ActiveMQ - two Java
and one .Net. .Net is using Apache.NMS
No problems communicating with the broker using TCP from any of them.
However, the .NET NMS client cannot connect to the broker over UDP. The
following code produces error "NewInsta
I've been experimenting with ActiveMQ for several weeks using the tcp
transport with no problems. Now I'm trying to use udp. No matter how I
configure the udp transport in activemq.xml or the volume of messages sent
over the connection, the connection dies after 30 seconds. I've seen the
materia
Found that if I put wireFormat.maxInactivityDuration=0 on the broker URI
string in the consumer then the connection stays alive.
If I'm reading the on-line documentation correctly, the transport.* options
do not apply the the UDP transport.
--
View this message in context:
http://activemq.2283