ActiveMQ.Advisory.Expired.Queue question

2009-06-18 Thread ElSe
Hello! My application sends non-persistent messages to the queue. The expiration time for messages is set to 2 seconds. I want to receive notification from the ActiveMQ.Advisory.Expired.Queue.MyQueue. I organized subscription to this queue but met strange problem: the messages aren't sent there

Re: ActiveMQ.Advisory.Expired.Queue question

2009-06-18 Thread Rob Davies
On 18 Jun 2009, at 07:43, ElSe wrote: Hello! My application sends non-persistent messages to the queue. The expiration time for messages is set to 2 seconds. I want to receive notification from the ActiveMQ.Advisory.Expired.Queue.MyQueue. I organized subscription to this queue but met

SV: SSL communication Failure - ActiveMQ

2009-06-18 Thread bmap2
Hi benjamine If you're using a self signed certificate or a certificate from an unofficial certificate authority, you will need to add the certificate to your local trust store. I found this on the AcitveMQ home page: http://activemq.apache.org/how-do-i-use-ssl.html Good luck. Michael.

Re: ActiveMQ.Advisory.Expired.Queue question

2009-06-18 Thread ElSe
Yes, I subscribe to the topic (use AdvisorySupport.getExpiredQueueMessageAdvisoryTopic()) and it isn't problem to receive the messages - the problem is to make broker to send them - they are expired but stay in the queue till I browse them with web console. I found this discussion -

Not using transactions + Sending persistent messages + ?jms.useAsyncSend=true != Async Sends?

2009-06-18 Thread Weekend
From: http://activemq.apache.org/async-sends.html May I clarify that: Q1: Not using transactions + Sending persistent messages + ?jms.useAsyncSend=true != Async Sends Sending persistent messages, without using transations, even jms.useAsyncSend is set to true, still the sends are not Async

ActiveMQ - OutOfMemory Errors (Temporary queues related?)

2009-06-18 Thread adisi
Hi, ActiveMQ 5.2.0 (But getting same results on 5.3.0). Running in JMS-to-JMS Bridge mode (other JMS is tibco). Each message arriving gets the following treatment (logs from 5.3.0): DEBUG AbstractRegion - localhost adding destination:

Re: How can I connect to Websphere MQ?

2009-06-18 Thread GrolfCry
sharpor,have You found a solution for your issue? sharpor wrote: Dear all, Also, I study the failover transport and found that failover is used for client instead of the broker. That means that if I use a java application to put msg into a queue in activemq, I can use failover transport

Where do I find provider jars? activemq.jar is NOT included in apache-activemq-5.2.0-bin.zip

2009-06-18 Thread pstein
On web page http://activemq.apache.org/hermes-jms.html it is described that I have to use activemq.jar concurrent.jar geronimo-spec-j2ee-management.jar as provider jars for HermesJMS. These jars are NOT included in the downloadeable ActiveMQ release. Are they renamed in the recent version?

Re: Where do I find provider jars? activemq.jar is NOT included in apache-activemq-5.2.0-bin.zip

2009-06-18 Thread Bruce Snyder
On Thu, Jun 18, 2009 at 12:36 PM, psteinpxstei...@yahoo.ca wrote: On web page http://activemq.apache.org/hermes-jms.html it is described that I have to use activemq.jar concurrent.jar geronimo-spec-j2ee-management.jar as provider jars for HermesJMS. These jars are NOT included in the

Re: led to mark the Journal: org.apache.activeio.journal.InvalidRecordLocationException

2009-06-18 Thread mkeenan
rahul_k123 wrote: The following is the exception in our production logs. Feb 17, 2009 10:03:01 PM org.apache.activemq.store.journal.JournalPersistenceAdapter doCheckpoint SEVERE: Failed to mark the Journal: org.apache.activeio.journal.InvalidRecordLocationException: The location is

Re: Where do I find provider jars? activemq.jar is NOT included in apache-activemq-5.2.0-bin.zip

2009-06-18 Thread mkeenan
pstein wrote: On web page http://activemq.apache.org/hermes-jms.html it is described that I have to use activemq.jar concurrent.jar geronimo-spec-j2ee-management.jar as provider jars for HermesJMS. These jars are NOT included in the downloadeable ActiveMQ release. Are they

Re: Where do I find provider jars? activemq.jar is NOT included in apache-activemq-5.2.0-bin.zip

2009-06-18 Thread Bruce Snyder
On Thu, Jun 18, 2009 at 1:24 PM, mkeenankee...@p2sol.com wrote: pstein wrote: On web page http://activemq.apache.org/hermes-jms.html it is described that I have to use activemq.jar concurrent.jar geronimo-spec-j2ee-management.jar as provider jars for HermesJMS. These jars are NOT

InFlightCount/DispatchCount meaning

2009-06-18 Thread Denis Bazhenov
I'm interested in following topic. What does the InFlightCount mean if JMX console for queue. It's seems like in flight count is difference between dequeue count and dispatch count. But I have very strange situation. I have a queue which have following statistic: DequeueCount: 55189