Immediately move a message to the DLQ upon Expiration

2013-01-31 Thread ee7arh
Hello, I've searched around but not found an answer to this. We are setting the timetolive header on messages and placing them on a queue. We want this message to be immediately and automatically moved to the DLQ as soon as it has expired, even though the consumer is not connected. What we are s

Re: Client side SSL with specified Key and Truststores

2010-03-09 Thread ee7arh
Hi, We have traced the problem down to the failover transport. If the "failover" transport is removed from the configuration I showed above, then the Trust and KeyManagers are overridden as expected and the certificates are validated against our own keystore. As soon as failover is added back

Client side SSL with specified Key and Truststores

2010-03-08 Thread ee7arh
Hi, I have a broker application which needs to connect to another broker using fake certificates. Therefore I followed the instructions on activeMq website and created certificates and imported them as described in the tutorial: http://activemq.apache.org/how-do-i-use-ssl.html ActiveMQ SSL HowTo

Re: OracleAQ bridge and failover

2010-01-13 Thread ee7arh
ou can vote for > https://issues.apache.org/activemq/browse/AMQ-2455that captures the > requirement and may be look at the related issue: > https://issues.apache.org/activemq/browse/AMQ-895 to get some insight into > what is needed to resolve this. > > 2010/1/13 ee7arh > &

Re: OracleAQ bridge and failover

2010-01-13 Thread ee7arh
Hi, Anybody any idea of a starting point on this? We need some sort of failover when connecting to an external broker which is not activemq in this case oracleAQ Thanks for help Andrew ee7arh wrote: > > Hi, > > Referring to the article: > http://activemq.apache.org/

OracleAQ bridge and failover

2009-12-16 Thread ee7arh
Hi, Referring to the article: http://activemq.apache.org/jms-bridge-with-oracle-aq.html We are using this but we have the problem that if the network goes down between the our local activeMQ broker and the remote oracleAQ broker, we cannot recover. Does anyone have an idea for how to use Activ

Re: No logging on org.apache.activemq.camel.component.ActiveMQComponent

2009-11-20 Thread ee7arh
tting the configuration properties you expect. > > 2009/11/18 ee7arh > >> >> Hi, >> >> I must be missing something obvious! >> >> In my application I want to connect to a queue on a remote ActiveMQ >> broker >> and route messages from this queue to m

No logging on org.apache.activemq.camel.component.ActiveMQComponent

2009-11-18 Thread ee7arh
Hi, I must be missing something obvious! In my application I want to connect to a queue on a remote ActiveMQ broker and route messages from this queue to my local file system using a Camel route. So I include the following in my activemq.xml file:

Re: Build up of Threads using Multicast Discovery Agent - eventually out of memory

2009-06-17 Thread ee7arh
ms to be an incarnation of issue: > https://issues.apache.org/activemq/browse/AMQ-2283 > If you can add some detail and a simple test case to that issue it would > be > a great help. > and vote for it also. > > 2009/6/11 ee7arh > >> >> Hi, >> >> I have a

Re: Build up of Threads using Multicast Discovery Agent - eventually out of memory

2009-06-12 Thread ee7arh
simple test case to that issue it would > be > a great help. > and vote for it also. > > 2009/6/11 ee7arh > >> >> Hi, >> >> I have a problem that my application runs out of memory after a few days. >> I >> ran jconsole against it and not

Build up of Threads using Multicast Discovery Agent - eventually out of memory

2009-06-11 Thread ee7arh
Hi, I have a problem that my application runs out of memory after a few days. I ran jconsole against it and notice that the threads are building up and up. In the "Threads" section of jconsole, I see that the vast majority of Threads are "Multicast Discovery Agent Notifier" so I think the problem

Re: Active MQ broker embedded with spring configuration problems

2009-05-06 Thread ee7arh
the order. That page was produced before schema validation was > enabled. As the broker element is a sequence, order is important. > > You can see the xml schema at > http://activemq.apache.org/xml-reference.html > > 2009/3/31 ee7arh > >> >> >> Hi, >>

Re: Active MQ broker embedded with spring configuration problems

2009-03-31 Thread ee7arh
Hi, I had a very similar problem except that ActiveMQ complained because my was declared after my . When I put the first then all worked fine. What is confusing is that on the ActiveMQ docs it has an example showing that this will work the other way around: http://activemq.apache.org/amq-mes

Re: Failover transport

2008-11-04 Thread ee7arh
Hi, Please could somebody explain exactly what is going wrong to hit this cyclic redundancy problem? The log4j JMSAppender is a very useful thing to have. We have created a little jms logging server where we want clients (using the jmsAppender) to be able to log to. We want to use the Failover t