Another need for integrating embedded broker into Tomcat

2009-12-04 Thread Thierry H
Hello I 'm trying to embed AMQ(5.3) into tomcat(6) with a simple WAR which is containing the configuration files and all the JARs. I also want to use Http Tunnel to avoid firewall issue ( so i' ll be using the tomcat port) To do that i've tried to use the servlet (HttpSpringEmbeddedTunnelServlet)

Re: camel 2.1

2009-12-04 Thread Rob Davies
that should work! :) On 4 Dec 2009, at 22:16, lujan99 wrote: how can I Install Camel 2.1 over AMQ 5.3?? only replace camel files?? thanks Dan -- View this message in context: http://old.nabble.com/camel-2.1-tp26642154p26642154.html Sent from the ActiveMQ - User mailing list archive at Nabbl

camel 2.1

2009-12-04 Thread lujan99
how can I Install Camel 2.1 over AMQ 5.3?? only replace camel files?? thanks Dan -- View this message in context: http://old.nabble.com/camel-2.1-tp26642154p26642154.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: How can we obtain automatic removal of expired messages from queues?

2009-12-04 Thread Bruce Snyder
On Fri, Dec 4, 2009 at 9:38 AM, Fred Moore wrote: > Hi folks, > > this is probably easy but we not able to figure it out: we have producers > setting msg expiration and msgs ending up in DLQ upon expiration (with their > expiration reset to "never"). > > How can I set things up in a way such that

OutOfMemoryError when reconnecting forwarding bridge

2009-12-04 Thread Geoffrey Arnold
Hi all, We have a forwarding bridge between an embedded broker in one VM and a remote broker in another VM using the examples from the network-of-brokers documentation[1]. While testing failover, we left the embedded broker VM running overnight but did not start the remote broker VM. NOTE: Th

RE: Shutting down a broker in a network of brokers

2009-12-04 Thread Andres Rangel
The messages are synced between brokers only if there are consumers of the same queue in both brokers. If you have temporary queues, since they are broker specific, any messages in those queues will be lost -Original Message- From: Sebastian Rodriguez [mailto:srodrig...@gmail.com] Sent:

Re: Free Fuse day - talks on Apache ActiveMQ, ServiceMix and Camel

2009-12-04 Thread Hiram Chirino
Yay! Just found out I'll be attending the San Francisco event! Anyone else able to make it out? On Mon, Nov 30, 2009 at 7:24 AM, Rob Davies wrote: > > If any folks are in New York on December 8th or near San Francisco on > December 10th - there is a free Community day sponsored by Fuse Source

How can we obtain automatic removal of expired messages from queues?

2009-12-04 Thread Fred Moore
Hi folks, this is probably easy but we not able to figure it out: we have producers setting msg expiration and msgs ending up in DLQ upon expiration (with their expiration reset to "never"). How can I set things up in a way such that expired msgs will simply disappear for good automatically (with

Persisting Queues when passed through Mule

2009-12-04 Thread eric tice
I am using Mule and ActiveMQ together. ActiveMQ version 5.2.0. I am noticing something I don't get in the logs. I set the config in activemq.xml to persistent=true at the broker level and created a destination of type queue. I set to journal persistance and I see in the console that my message

\bin\..\data\kahadb\lock' could not be locked...

2009-12-04 Thread krishnasynd
INFO | Using Persistence Adapter: org.apache.activemq.store.kahadb.kahadbpersistenceadap...@578073 INFO | Database C:\ATSL\TSL_JAVA_27-11-09\apache-activemq-5.3.0-bin\apache-activemq-5.3.0\bin\..\data\kahadb\lock is locked... waiting 10 seconds for the database to be unlocked. Reason: java.io.IOEx

HTTPS configuration not working

2009-12-04 Thread RJtokenlanring
Default apache-mq 5.3.0 comes with a non properly confgured https support. If a user enables https transport into activemq.xml configuration file, https://0.0.0.0:61617"/> process enter in an infinite loop (as described into jetty docs). Could you provide a working https configuration? Thank

Re: Failing to send non-persistent/ttl message using spring/java

2009-12-04 Thread Dejan Bosanac
Hi, as far as I can see, you message is marked as non-persistent, however if you want to set explicit time to live you have to set isExplicitQosEnabled(). See here http://www.jarvana.com/jarvana/view/org/springframework/spring/1.2.9/spring-1.2.9-javadoc.jar!/org/springframework/jms/core/JmsTemplat

Re: deployment of hundreds of client. broker name configuration problem?

2009-12-04 Thread James Casey
Hi Sebastian, An easy way is to modify the bin/activemq script to pass across an activemq.hostname parameter. e.g. in bin/activemq, add: ACTIVEMQ_HOSTNAME=`hostname -f` and then in the line : exec "$JAVACMD" $ACTIVEMQ_DEBUG_OPTS $ACTIVEMQ_OPTS -Dactivemq.classpath="${ ACTIVEMQ_CLASSPATH}" -Da

deployment of hundreds of client. broker name configuration problem?

2009-12-04 Thread Sebastian Rodriguez
Dear all, In need your advice in the following configuration scenario: we are deploying ActiveMQ 5.3 in a big number of machines. The configuration is exactly the same for all the machines, the only difference is, of course, the broker name. As they need to be unique, they need to be changed in all