Re: The transport is not running

2007-05-31 Thread Raffaele
Hi, I'm new, and me and my company are evaluating ActiveMQ doing some massive test. I'm replying to this thread because I had the same exception during the execution of a consumer process: my environment is composed by the following actors and sets: - First of all, I'm using two example class,

Re: Shared File System Master Slave Tips?

2007-05-31 Thread Mario Siegenthaler
We've tried it on NFS on linux and it didn't work (some locking issue with java and nfs). However it worked with windows shares, but we're not using it because we run linux boxes. Mario On 5/31/07, Michael Slattery [EMAIL PROTECTED] wrote: Hello List! I'm interested in putting together the

Re: Kind of consumer faliover

2007-05-31 Thread ego
thanks for your response And ok, may be too difficult !??!! Tom Samplonius-2 wrote: - ego [EMAIL PROTECTED] wrote: You're probably true. So here is my 'real' problem. I need a producer that publish let's say an event E1. I have 3 different consumers, each doing a specific task

orphan .NET connections

2007-05-31 Thread Gaurav Hariani
The following code creates a connection to an OpenWire transport connector, waits for 1 second and then closes the session/connection. Looking at JConsole ... ActiveMQ reports the connection as open. Too many open connections and ActiveMQ stops processing messages. However if the connection is

Re: Why I got Unrecognized xbean namespace mapping: http://activemq.org/

2007-05-31 Thread wallace
Instead of deleting xmlns=http://activemq.org/config/1.0; , you should move it to the broker element, i.e. beans broker useJmx=true xmlns=http://activemq.org/config/1.0; Hopefully that would get fixed in future release. -Wallace -- View this message in context:

Does JAAS work for Stomp access?

2007-05-31 Thread Tom Samplonius
I'm trying to implement some security on queues for Stomp clients. I have this config: plugins jaasAuthenticationPlugin configuration=activemq-domain / authorizationPlugin map authorizationMap authorizationEntries authorizationEntry