Re: Changing the code, building and running a broker build from SNAPSHOT source code

2013-09-11 Thread tcarlyle
Yeah, the bin is there! Thanks =D -- View this message in context: http://activemq.2283324.n4.nabble.com/Changing-the-code-building-and-running-a-broker-build-from-SNAPSHOT-source-code-tp4671336p4671388.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: ActiveMQ ResourceAllocationException is delayed?

2013-09-11 Thread Liviu I.
Hello again and sorry for answering so late :) I was refreshing jconsole manually and it did not show any updates until around 10 seconds later (this seemed to vary a little bit). In the tests that we have done there were no consumers for the queue that we've tested. After activating a consumer

Re: Query about ActiveMQ-5.9 and ActiveMQ-5.10 release dates?

2013-09-11 Thread Dejan Bosanac
Hi, at the moment there's only a plan for 5.9.0 release and it should be due in the next month or so. Regards -- Dejan Bosanac -- Red Hat, Inc. FuseSource is now part of Red Hat dbosa...@redhat.com Twitter: @dejanb Blog: http://sensatic.net ActiveMQ in Action:

Re: ActiveMQ 5.8 PSQLException: ERROR: column xid does not exist

2013-09-11 Thread Dejan Bosanac
Hi, take a look at https://issues.apache.org/jira/browse/AMQ-4628 In the comment there's a procedure how to manually update database schema. Regards -- Dejan Bosanac -- Red Hat, Inc. FuseSource is now part of Red Hat dbosa...@redhat.com Twitter: @dejanb Blog:

Need help - Messages lost when using failover network connection with failback

2013-09-11 Thread Andy May
I'm using a network of brokers am trying to get a fail-back network connection working (using priorityBackup=true on the connector) I'm finding that the broker does failover failback correctly but that the remote broker doesn't seem to recognise that the re-established connection is a network

Re: Messages do not flow through Network of Brokers after reconnect

2013-09-11 Thread Andrew May
I've come across a problem with similar symptoms have done a bit more investigation (no resolution yet though): See JIRA https://issues.apache.org/jira/browse/AMQ-4720 Business Computer Projects Ltd is a limited company registered in England and Wales.

Factory gets no connection with ra package

2013-09-11 Thread travep
A quick test against an working environment works like this: Now, trying to get this working in glassfish using jndi and the active-rar-5.5.1 package like this: The jndi version results in failure: JMSException: Error in allocating a connection. Cause: Could not create connection. Here is

MDB config settings ignored

2013-09-11 Thread mandrake_2
Hi there, I've got a big problem with Glassfish 3.1.2 and ActiveMQ 5.6.0. My system configuration is the following: 1) a java stand-alone Producer that sends 50 msg/sec to a jms queue (Queue type) hosted by ActiveMQ 2) a EAR deployed into Glassfish with a MDB to consume messages from that queue

Re: Need help - Messages lost when using failover network connection with failback

2013-09-11 Thread Christian Posta
Looked briefly at your configs... Can you try this... for the brokers that have 2+, you can use the masterslave: discovery agent on your network connector... check out more details here: http://activemq.apache.org/networks-of-brokers.html For the NC that has single URI connectons, add this to

Best configuration for a network of 3 brokers

2013-09-11 Thread Jose MarĂ­a Zaragoza
Hello: I'm using ActiveMQ 5.8.0 and my client requires to install 3 brokers into 3 different servers What is the best configuraration ? Each ActiveMQ server connected to others ? A ring ? Is possible a loop ? Thanks

Re: MDB config settings ignored

2013-09-11 Thread Christian Posta
Have you altered the prefetch size for your consumers? http://activemq.apache.org/what-is-the-prefetch-limit-for.html On Wed, Sep 11, 2013 at 8:15 AM, mandrake_2 a.acqui...@libero.it wrote: Hi there, I've got a big problem with Glassfish 3.1.2 and ActiveMQ 5.6.0. My system configuration is

Re: ActiveMQ ResourceAllocationException is delayed?

2013-09-11 Thread Christian Posta
Post your test case and instructions to re-create. On Wed, Sep 11, 2013 at 1:38 AM, Liviu I. ilea.li...@gmail.com wrote: Hello again and sorry for answering so late :) I was refreshing jconsole manually and it did not show any updates until around 10 seconds later (this seemed to vary a

Re: Factory gets no connection with ra package

2013-09-11 Thread Christian Posta
Well, starting up a connection against the vm:// transport will always get a connection because the broker will be auto-created in the JVM if it cannot find one. Check your connection URI. Is there a broker running at tcp://localhost:61616 ? On Wed, Sep 11, 2013 at 7:54 AM, travep