Re: Can we achive message priority with parallel processing with single Queue

2015-10-12 Thread spamtrap
On Thu, 8 Oct 2015 05:02:36 -0700 (PDT), skrish018c wrote: >Wanted to know if there is any possibility to achieve parallel processing >with message priority with single queue. Is there any supporting document? Are you trying to get different consumers to process

When send big amount of prioritrized messages to Q they done by wrong priority on consumer side

2015-10-12 Thread AnnaKuranda
When send to Q big amount of prioritrized messages they done by wrong priority on consumer side. * * The issue not happen when in Q about 60-100 sent messages.**Used activemq.xml for Q configuration.Tried to increase cache and disk size , but looks like it not help * If you have any idea how to

org.apache.activemq.transport.InactivityIOException: Channel was inactive for too (>30000) long: tcp://127.0.0.1:61616

2015-10-12 Thread ekartson
Hi, I am experiencing the following error (ActiveMQ Artemis broker v1.1.0, Camel 2.15.2, ActiveMQ client v5.12.0) after only a few minutes of inactivity: org.apache.activemq.activemq-osgi - 5.11.1 | Transport (nio://activemq1:61616) failed, attempting to automatically reconnect

Re: Problem using derby.jdbc.EmbeddedDataSource

2015-10-12 Thread J_S
Thank you very mutch, Tim! It works now :) You helped me a lot as a new to java. -- View this message in context: http://activemq.2283324.n4.nabble.com/Problem-using-derby-jdbc-EmbeddedDataSource-tp4702854p4702858.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Problem using derby.jdbc.EmbeddedDataSource

2015-10-12 Thread Tim Bain
I've never used Derby so I could be wrong, but I'd guess you just need the JAR available at http://db.apache.org/derby/derby_downloads.html on the classpath. Tim On Oct 12, 2015 12:30 PM, "J_S" wrote: > I'm new to ActiveMQ. > > I'm trying to set up a Master/Slave

Problem using derby.jdbc.EmbeddedDataSource

2015-10-12 Thread J_S
I'm new to ActiveMQ. I'm trying to set up a Master/Slave configuration of ActiveMQ using embedded derby-ds. But I have a problem configuring jdbc - brokers do not start at all. Here is a part of my activemq.xml related to it: ... ... ... ... ActiveMQ

Re: Problem using derby.jdbc.EmbeddedDataSource

2015-10-12 Thread Tim Bain
Happy to help, and I'm glad you got it working. On Oct 12, 2015 2:31 PM, "J_S" wrote: > Thank you very mutch, Tim! > It works now :) > You helped me a lot as a new to java. > > > > -- > View this message in context: >