Re: timeStampingBrokerPlugin and Time to live

2008-03-14 Thread patrickjamesbarry
More info on my issue: Setup: Running a producer locally, with TTL set to 3000ms (on my laptop) Connecting to remote broker via mulitcast I set my laptop clock back 5 min and try to hit the broker with the correct time. I get this... DEBUG RegionBroker - Message expired Activ

Null Pointer Exception on broker

2008-03-14 Thread Ramit Arora
Hi, I am testing ActiveMQ 5.0 using a Perl Publisher (using Net::Stomp) & Java Subscribers (Openwire). It works well when the number of subscribers is low (1 or 2) but when I increase the number of subscribers to around 10, I face the following problem: A subscriber shows the following stack trac

Re: Async error occurred: java.lang.IllegalStateException: With Pure Master/Slave

2008-03-14 Thread Tom Lynema
I have gotten the ActiveMQ source downloaded and run the test cases that are included. Here are the results: Tests run: 1767, Failures: 7, Errors: 51, Skipped: 0 It doesn't look good. Most of the failures appear to be network related though. Here are the tests that failed: Running org.apach

Re: Broker queue access control

2008-03-14 Thread ttmdev
Yup, there's a way. ActiveMQ provides a couple of basic authentication and authorization service providers that you can use to control access to destinations. For more info go to this URL http://activemq.apache.org/security.html Joe Goto www.ttmsolutions.com for a free ActiveMQ user guide pet

Broker queue access control

2008-03-14 Thread petgu
Hi, We are developing an application that will create a queue using a broker. Another application will then send messages to that queue. Everything is sent over SSL using mutual authentication. There are other applications that are allowed to connect to the broker. Is there a way to control whi

Broker queue access control

2008-03-14 Thread petgu
Hi, We are developing an application that will create a queue using a broker. Another application will then send messages to that queue. Everything is sent over SSL using mutual authentication. There are other applications that are allowed to connect to the broker. Is there a way to control whi

Re: Consumers not always being released

2008-03-14 Thread Eric Rodriguez
Great, I'll try it out and let you know. Thx, Eric ttmdev wrote: FYI - patchfile submitted. https://issues.apache.org/activemq/browse/AMQ-1511 Joe Goto www.ttmsolutions.com for a free ActiveMQ user guide toxicafunk wrote: That'll be great. Thx, Eric ttmdev wrote: I'm testing out a patc

Re: Constantly adding and removing consumer

2008-03-14 Thread James Strachan
On 14/03/2008, Rob Davies <[EMAIL PROTECTED]> wrote: > > On 13 Mar 2008, at 23:19, patrickjamesbarry wrote: > > > > > I have seen this same behaviour an am interested in any info on this! > > > > > > > > david.la wrote: > >> > >> Hi, > >> > >> I'm using activemq with camel and when i tur

Re: Constantly adding and removing consumer

2008-03-14 Thread James Strachan
This is a rather long story; the quick answer is, CacheLevelName should be set to CACHE_CONSUMER then the problem goes away. The longer answer is due to a spring bug, Camel could no longer default to using cache consumer to get transactional queue routing (e.g. take from a queue, send to one or

Re: Constantly adding and removing consumer

2008-03-14 Thread Rob Davies
On 13 Mar 2008, at 23:19, patrickjamesbarry wrote: I have seen this same behaviour an am interested in any info on this! david.la wrote: Hi, I'm using activemq with camel and when i turn the debug logs, I'm seeing activity every second or so. It's adding and removing consumer. I'd li