Stomp connection to remote host with ActiveMQ 5.3

2009-11-16 Thread u_catch
I just upgraded from activemq5.2 to 5.3. The stomp configuration in activemq.xml is like: With 5.3, I can't make remote stomp connection using hostname and port. For instance, "telnet " got error "connection refused". "telnet localhost " works. Any idea how to make hostname work? -- View

Re: active/active HA configuration using VIP possible?

2009-11-16 Thread Bruce Snyder
On Mon, Nov 16, 2009 at 3:10 PM, johnluo1 wrote: > > Hi, > > I wonder if following is possible. > > We have broker1 and broker2 configured as a broker cluster. On our load > balancer, we define a VIP, which will map to broker1 and broker2's physical > IP addresses. Clients will connect to the VIP,

active/active HA configuration using VIP possible?

2009-11-16 Thread johnluo1
Hi, I wonder if following is possible. We have broker1 and broker2 configured as a broker cluster. On our load balancer, we define a VIP, which will map to broker1 and broker2's physical IP addresses. Clients will connect to the VIP, and load balancer will redirect the connections to either brok

Re: How to set message property in broker filter

2009-11-16 Thread Rob Davies
f you are setting a jms property - make sure messageSend.getMessage() returns a javax.jms.Message and set the property there. It should work On 16 Nov 2009, at 19:02, hackingbear wrote: I call the setStringProperty() and setProperty() to the message parameter ('messageSend' in http://acti

Re: How to set message property in broker filter

2009-11-16 Thread hackingbear
I call the setStringProperty() and setProperty() to the message parameter ('messageSend' in http://activemq.apache.org/maven/activemq-core/apidocs/org/apache/activemq/broker/BrokerFilter.html#send%28org.apache.activemq.broker.ProducerBrokerExchange,%20org.apache.activemq.command.Message%29) Are y

using http camel component with ssl

2009-11-16 Thread lujan99
I build some test, and I have an error with all site https, example: https://www.google.com/accounts/ServiceLogin"/> when I follow this request with ethereal I see: 192.168.1.99 190.17.124.2 SSLv2 Client Hello 190.17.124.2 192.168.1.99 TLSv1 Serv

Re: ActiveMQ 5.3.0 OutOfMemoryError

2009-11-16 Thread Dejan Bosanac
Hi, the branch is here: https://svn.apache.org/repos/asf/activemq/branches/activemq-5.3/ Cheers -- Dejan Bosanac - http://twitter.com/dejanb Open Source Integration - http://fusesource.com/ ActiveMQ in Action - http://www.manning.com/snyder/ Blog - http://www.nighttale.net On Mon, Nov 16, 2009

Re: ActiveMQ 5.3.0 OutOfMemoryError

2009-11-16 Thread Fredrik Jonson
Dejan Bosanac wrote: > Activemq 5.3.1 should be released very soon. We'll try to improve > the release cycle, so next major release don't take too much as well. That is really great news. Thanks! Has the 5.3.1 branch already been created, or will it be branched from the current 5.4/trunk bran

Re: ActiveMQ 5.3.0 OutOfMemoryError

2009-11-16 Thread Dejan Bosanac
Hi Fredrik, Activemq 5.3.1 should be released very soon. We'll try to improve the release cycle, so next major release don't take too much as well. Cheers -- Dejan Bosanac - http://twitter.com/dejanb Open Source Integration - http://fusesource.com/ ActiveMQ in Action - http://www.manning.com/sny

Re: ActiveMQ 5.3.0 OutOfMemoryError

2009-11-16 Thread Fredrik Jonson
Dejan Bosanac wrote: > yes that one should solve it. Can you try the latest snapshot and confirm if > problem still exists? This seems to be a common and serious problem. Any chance of seing a minor 5.3.x bugfix only release with AMQ-2481 included anytime soon? Almost a year passed between 5.

Re: Out of Memory on 5.3

2009-11-16 Thread afei
thanks , when is activemq5.3.1 released? we urgently use it. Gary Tully wrote: > > a similar fix, but removing the deterministic task runner and reverting to > the pooled/dedicated task runners with a wake-up count does the trick. The > queue size in this case is always < 2. > Can you do an sv

Re: ActiveMQ 5.3.0 OutOfMemoryError

2009-11-16 Thread nervousbadger
Hi guys, I have tried the latest 5.4 snapshot and confirm that the problem is fixed. Thanks for your help and quick responses. -- View this message in context: http://old.nabble.com/ActiveMQ-5.3.0-OutOfMemoryError-tp26340339p26369823.html Sent from the ActiveMQ - User mailing list archive at N

Re: ActiveMQ 5.3.0 OutOfMemoryError

2009-11-16 Thread Dejan Bosanac
Hi, yes that one should solve it. Can you try the latest snapshot and confirm if problem still exists? Thanks -- Dejan Bosanac - http://twitter.com/dejanb Open Source Integration - http://fusesource.com/ ActiveMQ in Action - http://www.manning.com/snyder/ Blog - http://www.nighttale.net On Mon

Re: ActiveMQ 5.3.0 OutOfMemoryError

2009-11-16 Thread Daroo
Hi, I was also getting the same exception while using KahaDB as persistance adapter and producer flow control off, but it seems to be fixed in the latest 5.4.0 snapshot. I'm not sure, but maybe that was the issue: https://issues.apache.org/activemq/browse/AMQ-2481 -- View this message in conte