Re: Active MQ broker hang when computer name has Japanese/Chinese character

2013-01-17 Thread ankursha1
Hello, Thank you for replying this post. We have been struggling for so long and we are really desperate to use active mq with our application. Coming back to point, i enabled the ALL level log and attaching it with this reply. This log file is from mq borker. Please have a look at line no 7 whe

Re: Memory settings

2013-01-17 Thread Christian Posta
50-70% of heap size can be allocated for broker memory. that's kind of a rule of thumb, but of course it will depend on what sort of messaging you'll be doing. On Wed, Jan 16, 2013 at 10:27 PM, Mohit Anchlia wrote: > What's generally preferred a good memory limit setting for the broker and > sys

Re: Active MQ broker hang when computer name has Japanese/Chinese character

2013-01-17 Thread Gary Tully
can you enable trace level logging on the broker and try running the example java producer, ant producer There is no indication of a failure in the above logs so maybe trace will show up something. On 16 January 2013 12:49, ankursha1 wrote: > Hello, > > We are trying to use Active MQ for our ap

Re: SOAP/JMS EXAMPLE

2013-01-17 Thread Gary Tully
have a peek at http://camel.apache.org/cxf-example.html On 16 January 2013 17:16, nskarthik.k wrote: > > Hi > > I need a simple basic example with Active MQ using the SOAP/JMS (as per w3c > standards) > > I did not find any relevance on Active MQ ,while other MQ server( IBM ) > support the sa

Help setting up two node cluster with loadbalancing and failover

2013-01-17 Thread Nitesh
Hi, I have two machines( Machine A and Machine B) and I want to setup ActiveMQ cluster and get benefits of failover and loadbalancing. In my case brokers should run on both the machines and process messages. Both of them should pass messages to each other so that it can be load balances. I thin

Re: MQTT and JMS/NMS: ActiveMQ vs. Apollo

2013-01-17 Thread Christian Webel
Hi all, I also need cleansession=false to be able to receive offline pubs. I wrote a MQTTBroker plugin last year that more or less solved my problem. But before I finished testing, we had to move with our lab to a new space :-( @Maarten: Unfortunately, the new lab is not ready now, but by the

Re: MQTT and JMS/NMS: ActiveMQ vs. Apollo

2013-01-17 Thread M van Dillen
Gary Tully writes: > Seems like you want cleanSession=true in your mqtt client. > by default mqtt clients are durable subscribers so unless they ack, all > messages will be retained by the broker. I am using CleanSession = false to allow for offline queuing. Unless there is another way I really n