why i have not receive message

2011-09-06 Thread zhengsm
There are some pc, A,B,C,D. A' os is windows7 64 bit, B,C,D' os is windows xp. Our program is based C/S. The ActiveMQ version is 5.5.0 I did a few experiments: 1 the server program and ActiveMQ running on the A, others pc running client program , the client program send message to ActiveMQ, co

ActiveMQ on EC2

2011-09-06 Thread ravibhargava
I have seen some messages which say that ActiveMQ works fine on EC2. I also came across an article that said they had scalability problems with ActiveMQ on EC2. What is the official word on ActiveMQ on EC2 and is which release works on EC2. thanks, Ravi. -- View this message in context: h

Re: Wire format negotiation timeout: peer did not send his wire format.

2011-09-06 Thread Jim Gomes
Try removing the ?wireFormat.maxInactivityDuration=0 parameter from your connection URI. On Sun, Sep 4, 2011 at 8:53 PM, zcduthie wrote: > I've been searching for a solution to this problem for a while, however I > could not find something that actually worked anywhere on these forums. > > Basi

Re: I Can't Stop ActiveMQ

2011-09-06 Thread Torsten Mielke
Can you try providing the --jmxurl argument to the stop script? Is your broker really running a JMX listener on 10.50.39.76, port 1099? The "Connection refused" error normally means there is no process listening on the port you're trying to connect. Alternatively you can stop the broker using a

Re: Network of Brokers - Duplicate message add attempt rejected

2011-09-06 Thread Gary Tully
With not persistent messages, the default producer sent mode is async. This non guaranteed delivery mode is honored by the network connector, it also does an async send when it forwards the message. The thinking being that if it is ok to loose messages on a network disconnect between client and bro

Re: STOMP Vs RESTful to consume incoming messages

2011-09-06 Thread Dejan Bosanac
Hi Ravi, the general recommendation is Stomp as it's more "messaging-oriented" protocol than REST. With Stomp you can use all semantics important for asynchronous messaging like transactions, various types of acknowledgment modes and such. Also, the protocol is easy enough http-like so there are a