Re: multiple ajax clients in the same browser?

2010-10-11 Thread Alex Dean
No trouble. Just wanted to keep it on the radar. On Oct 11, 2010, at 12:14 PM, Dejan Bosanac wrote: > Hi Alex, > > it was a busy week, so I didn't get to take a look at it yet. I'll try > to do it this week. > > Cheers > -- > Dejan Bosanac - http://twitter.com/dejanb > > Open Source Integrati

Re: multiple ajax clients in the same browser?

2010-10-11 Thread Dejan Bosanac
Hi Alex, it was a busy week, so I didn't get to take a look at it yet. I'll try to do it this week. 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,

Re: multiple ajax clients in the same browser?

2010-10-11 Thread Alex Dean
Has anyone had a chance to review this patch yet? https://issues.apache.org/activemq/browse/AMQ-2948 thanks, alex On Oct 1, 2010, at 8:38 AM, Alex Dean wrote: > Great, thanks Dejan. > > One issue I have noticed with this change: Sometimes when I close a browser > window which is using amq.j

could I config an queue to no persistence, others to persistence

2010-10-11 Thread renyong
Hi, everybody: I'm an Chinese, and not good at English. I have a question, I config an embedded broker, could I config an queue to no persistence, others to persistence? Or could I config 2 emmbedd brokder to resolve it? How to config it? 2010-10-11 renyong

Re: selector fails with more than maxPageSize messages

2010-10-11 Thread Gary Tully
this is a known limitation see: https://issues.apache.org/activemq/browse/AMQ-2217 On 8 October 2010 01:32, Casper Kent wrote: > I am having a problem with receiving messages with selector when the queue > has more than maxPageSize messages.   With 201 messages on the queue > (default maxPageSize

Re: How does JMS correlation work in Java?

2010-10-11 Thread Dejan Bosanac
Hi, there's usually a listener (on app level) that receives all requests and then dispatch them further in the app based on correlation id (http://activemq.apache.org/how-should-i-implement-request-response-with-jms.html) The other approach would be to use selectors to consume from the "reply que

Re: Configuring Distributed Queues in Store/Forward Network

2010-10-11 Thread Dejan Bosanac
You can set prefetchSize property on the network connector, which should help with your use case. See http://activemq.apache.org/networks-of-brokers.html for more details. Cheers -- Dejan Bosanac - http://twitter.com/dejanb Open Source Integration - http://fusesource.com/ ActiveMQ in Action - htt

Re: topics created when I am using queue?

2010-10-11 Thread Dejan Bosanac
Those are advisory topics. See http://activemq.apache.org/advisory-message.html for more info 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 Fri, Oct 8,

Re: Making sure a message was consumed (client acknowledge, time to live)

2010-10-11 Thread Dejan Bosanac
Hi, you can use advisory messages and receive events when message is expired on an appropriate topic http://activemq.apache.org/advisory-message.html Cheers -- Dejan Bosanac - http://twitter.com/dejanb Open Source Integration - http://fusesource.com/ ActiveMQ in Action - http://www.manning.com/

Re: KahaDB died during JVM crash?

2010-10-11 Thread topikpl
Norman Maurer-3 wrote: > Its a known issue: > > https://issues.apache.org/activemq/browse/AMQ-2935 Thank for reply; good to know the fix is scheduled already. -- View this message in context: http://activemq.2283324.n4.nabble.com/KahaDB-died-during-JVM-crash-tp2989305p2989338.html Sent from

Re: KahaDB died during JVM crash?

2010-10-11 Thread Norman Maurer
Its a known issue: https://issues.apache.org/activemq/browse/AMQ-2935 Unfortunaly you will need to delete your data to get activemq to start again. Hopefully there will be a release with the fix included soon.. Bye, Norman 2010/10/11 topikpl : > > Hi, > > recently my ActiveMQ installation repo