XBean Jetty config for ActiveMQ 5.4.2 ?

2011-02-16 Thread mahens
I'm trying to include the jetty configuration in the ActiveMQ XBEAN: http://mortbay.com/schemas/jetty/1.0";> but the URL http://mortbay.com/schemas/jetty/1.0 is not available. I get the exception: BeanDefinitionStoreException: Unrecognized xbe

broker hung (out of memory) with multiple durable queues

2011-02-16 Thread Lei
Hi, I'm doing some testing on 5.4.2 broker with persistent on and jdbcPersistenceAdapter to an Oracle DB. On the client side, I am using the provided producer under apache-activemq-5.4.2/example, and the problem comes when i have multiple producers running against the broker with settings of durab

Re: Exception all of a sudden deployment in weblogic

2011-02-16 Thread fachhoch
here again the complete stack trace 2011-02-16 14:23:23,797 [[ACTIVE] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'] ERROR org.apache.activemq.broker.jmx.ManagedRegionBroker - Could not stop service: org.apache.activemq.broker.jmx.ManagedRegionBroker@1cd726b. Reason: webl

Exception all of a sudden deployment in weblogic

2011-02-16 Thread fachhoch
I have been using active mq for a while ,Its working good. Now all of a sudden I started getting this exception. org.apache.activemq.broker.jmx.ManagementContext.unregisterMBean(ManagementContext.java:322) complete stack trace is here. org.apache.activemq.broker.jmx.ManagedRegionBroker@1

What is the best connection URI for ActiveMQ if I want to Fail Fast?

2011-02-16 Thread devnull
I'm using ActiveMQ in Java to log incoming analytics beacons. Ideally if the queue goes down or gets locked up I'd like to fail as fast as possible, log the beacon locally then return to the client without hanging, then try to reconnect later. What is the best connection URI and URI parameters fo

Encrypted filtering

2011-02-16 Thread mihaela.ion
Hi all, I've been working on a solution for providing event and filter (or selector) confidentiality. I would like to extend activemq such that selectors are encrypted before they are sent to the broker, messages are encrypted too, and the broker uses a new function for matching encrypted events

Re: Delete all messages

2011-02-16 Thread Tommy Chheng
you can specify a delete all messages on startup via the activemq.xml conf: http://activemq.apache.org/schema/core"; brokerName="localhost" dataDirectory="${activemq.base}/data" deleteAllMessagesOnStartup="true" destroyApplicationContextOnStop="true"> -- @tommychheng http://tommy.chheng.com

Re: Clustering scenario: server url configuration

2011-02-16 Thread Gary Tully
Have a look at the 'Broker side Options for Failover' in https://cwiki.apache.org/confluence/display/ACTIVEMQ/Failover+Transport+Reference On 16 February 2011 13:07, iridesp wrote: > > Hi All, > I have two instances of JBOSS with ActiveMQ in a clustering scenario. > > I would like to have a HA s

Re: Delete all messages

2011-02-16 Thread lernen.2007
The problem is how can we delete all messages in a queue if we have a out of memory. Is there any possiblity to delete messages? -- View this message in context: http://activemq.2283324.n4.nabble.com/Delete-all-messages-tp3300144p3308930.html Sent from the ActiveMQ - User mailing list archive at

Clustering scenario: server url configuration

2011-02-16 Thread iridesp
Hi All, I have two instances of JBOSS with ActiveMQ in a clustering scenario. I would like to have a HA service, so if a JBOSS node crashes for any reason, there is the other one that can consume messages. I've deployed my activemq-ra-5.4.1.rar folder in any JBOSS node with the same activemq-j

Re: ActiveMQ 5.4.2 Ajax interface losing message ids under stress

2011-02-16 Thread Alex Dean
On Feb 15, 2011, at 9:34 PM, habumaster wrote: > > Looking for debug ideas on this - I am happy to capture any data to help? So you have a single browser window, and for some reason it is creating multiple ajax poll requests which are running concurrently? It would be helpful to see: * Your