setting reconnectDelay, initialReconnectDelay uri parameters for a broker network

2014-11-24 Thread Larry Davis
Hi all, I¹m trying to use MQ 5.9.0 withinside of servciemix. Were having some problems with a network of brokers where our physical connection seems to be dropping every once in a while. I think we are hitting this issue : https://issues.apache.org/jira/browse/AMQ-4097 and I¹m trying to control

Re: setting reconnectDelay, initialReconnectDelay uri parameters for a broker network

2014-11-24 Thread Larry Davis
Here¹s the relevant log showing the uri prameters being ignored 01:43:31,978 | WARN | 86.3:61618@46670 | FailoverTransport| 88 - org.apache.activemq.activemq-osgi - 5.9.0 | Transport (tcp://111.111.111.111:61618) failed, reason: java.net.SocketException: Connection reset,

InactivityMonitor - OOME on sleep

2011-07-13 Thread Michael Brewer-Davis
Using activemq 5.4.0 for a P2P desktop applicaiton, I get an OOME when my computer awakes from sleep: Exception in thread InactivityMonitor WriteCheck java.lang.OutOfMemoryError: unable to create new native thread The cause appears to be: - WRITE_CHECK_TIMER schedules checks at a fixed rate

Re: Problem with simple peer-configuration, my config or AMQ issue?

2010-10-26 Thread Michael Brewer-Davis
On 10/26/2010 4:24 AM, Gary Tully wrote: That looks like a bug in the peer transport factory. I uses localhost:0 as the tcp transport url, but localhost maps to the loopback address since 5.3[1] so the connection is refused. The peer transport factory should use the wildcard address, 0.0.0.0

multicast discovery - localhost in UDP packets

2010-10-20 Thread Michael Brewer-Davis
I'm trying to implement broker discovery using ActiveMQ 5.4.0. I've been successful using multiple JVMs on one host, but I'm unable to set up a network between hosts. My simplest attempt has been to use the peer: transport. The UDP messages passed have the contents:

RE: activemq 5.3.1 SEVERE: NATURAL JSON notation configured, but JAXB RI 2.1.10 not found.

2010-05-06 Thread Davis, Dorothea
To: users@activemq.apache.org Subject: Re: activemq 5.3.1 SEVERE: NATURAL JSON notation configured, but JAXB RI 2.1.10 not found. On Wed, May 5, 2010 at 5:11 PM, Davis, Dorothea dorothea_da...@homedepot.com wrote: Hello Bruce, I am still getting the error. I tried the 2.1.12

RE: activemq 5.3.1 SEVERE: NATURAL JSON notation configured, but JAXB RI 2.1.10 not found.

2010-05-05 Thread Davis, Dorothea
I will be using camel routes, so I will need the correct jars. How can I be sure I get the correct one? Dorothea Davis THE HOME DEPOT (w) (770) 433-8211 x17476 (c) (404) 314-0352 dorothea_da...@homedepot.com -Original Message- From: Bruce Snyder [mailto:bruce.sny...@gmail.com] Sent

RE: activemq 5.3.1 SEVERE: NATURAL JSON notation configured, but JAXB RI 2.1.10 not found.

2010-05-05 Thread Davis, Dorothea
[mailto:bruce.sny...@gmail.com] Sent: Wednesday, May 05, 2010 6:31 PM To: users@activemq.apache.org Subject: Re: activemq 5.3.1 SEVERE: NATURAL JSON notation configured, but JAXB RI 2.1.10 not found. On Wed, May 5, 2010 at 4:07 PM, Davis, Dorothea dorothea_da...@homedepot.com wrote: I

RE: activemq 5.3.1 SEVERE: NATURAL JSON notation configured, but JAXB RI 2.1.10 not found.

2010-05-05 Thread Davis, Dorothea
/choice /route THANKS for your help! -Original Message- From: Davis, Dorothea Sent: Wednesday, May 05, 2010 7:11 PM To: users@activemq.apache.org Subject: RE: activemq 5.3.1 SEVERE: NATURAL JSON notation configured, but JAXB RI 2.1.10 not found. Hello Bruce, I am still

STOMP queue names

2010-04-29 Thread davis
Why must stomp queues be prefixed with the string /queue/ ? Is there any particular rhyme or reason to this naming strategy? The reason I ask is that I have implemented my own custom authentication and authorization plugins, and I have implemented a JMX Mbean that allows me to dynamically

Re: STOMP queue names

2010-04-29 Thread davis
, ActiveMQDestination.QUEUE_TYPE); So, on the way in, it strips the extra /queue/ -- I'm guessing it needs the goofy string prefix in order to determine the ActiveMQDestination.QUEUE_TYPE davis wrote: Why must stomp queues be prefixed with the string /queue/ ? -- View this message in context

Xbean and Plugin/Broker Inheritance -- plugin help needed

2010-04-21 Thread davis
bean notation. I'm spinning my wheels here...this is a bit frustrating. Anyone else develop custom plugins...and how do you specify these in the spring XML..? Do you just throw out the XBean stuff altogether, or is there some trick to this that I am missing? Thanks in advance, Davis -- View

Re: livelock AMQPersistenceAdapter

2009-01-16 Thread davis
the AMQPersistenceAdapter#stop() method is not getting called, and later the AMQPersistenceAdapter#start() is getting called, which causes the whole test suite to hang on the lock file. davis wrote: 11:36:14,511 WARN [32788...@qtp0-4] amq.AMQPersistenceAdapter (AMQPersistenceAdapter.java:1013) - Waiting to Lock

livelock AMQPersistenceAdapter

2009-01-12 Thread davis
I have a spring based JAX-RS/Jetty Servlet that also starts an embedded ActiveMQ broker. For unit tests, I am using Jetty. Sometimes an error occurs and Jetty restarts. When this happens, I get the following: 11:36:12,136 INFO [12882...@qtp0-3] broker.BrokerService (BrokerService.java:454) -

ActiveMQ Persistence Question / JDBC or Hibernate

2009-01-06 Thread davis
have to use Hibernate Camel to achieve this? Any recommendations on how to proceed? Thanks in advance, Davis -- View this message in context: http://www.nabble.com/ActiveMQ-Persistence-Question---JDBC-or-Hibernate-tp21315205p21315205.html Sent from the ActiveMQ - User mailing list archive