Non standart characters in computer name block activemq

2007-10-08 Thread keneida
I spoted it in version 4.1.1 I'm not sure if call it a bug but: When amq library connets to amq server. The name of the connection gets an id. It is in pattern of ID + computer_name + some string When the computer has non standart characters like ą ł ę in the name (windows computer name, I did no

Duplicate message delivered to consumers on queue with AMQ persistence

2007-10-08 Thread David Sitsky
Hi Rob, Looks like the original issue I reported with duplicate messages being dispatched has resurfaced again. I don't see it happening in the original situation where I saw it with kaha persistence, but now with different data loaded in my application. This time the issue occurs with AMQ

RE: [Camel] Beginner Question about re-routing to a different queue

2007-10-08 Thread Andreas Guther
Posted by accident to the wrong forum! I will re-post this to the came user list. -Original Message- From: Andreas Guther [mailto:[EMAIL PROTECTED] Sent: Monday, October 08, 2007 4:49 PM To: users@activemq.apache.org Subject: [Camel] Beginner Question about re-routing to a different queu

[Camel] Beginner Question about re-routing to a different queue

2007-10-08 Thread Andreas Guther
Hi, I started to look into Apache Camel and I am actually pretty excited about the different implemented Enterprise Integration Patterns. I looked into the RouteBuilder and experimented with routing messages. I could get the Spring and the JMS File examples to work and now I have the idea to rout

Re: Start ActiveMQ with ip address

2007-10-08 Thread DanielShao
I see, will try to see if this works. Thanks Daniel j0llyr0g3r wrote: > > Hi, > > i think the error stems from here: > > xmlns="http://activemq.org/config/1.0";> > > Give it a brokername like "f" and add an corresponding to your > /etc/hosts file, like: > > 10.92.143.16 f > > >

Re: zeroconf protocol unrecognized in ActiveMQ 5 broker

2007-10-08 Thread Fintan Bolton
Thanks for the tip! I didn't even know that there was a rendezvous connector available---I'll give it a try. But I do want to get zeroconf to work, as well. Cheers, Fintan ttmdev wrote: > > Try using the rendezvous connector (e.g., "rendezvous://cheese" ). > > If that fails, you can always

Re: zeroconf protocol unrecognized in ActiveMQ 5 broker

2007-10-08 Thread ttmdev
Try using the rendezvous connector (e.g., "rendezvous://cheese" ). If that fails, you can always fall back on the multicast connector to auto-discover the brokers. Joe Fintan Bolton wrote: > > If I try to add a zeroconf connector to the ActiveMQ message broker, for > example: > > >

zeroconf protocol unrecognized in ActiveMQ 5 broker

2007-10-08 Thread Fintan Bolton
If I try to add a zeroconf connector to the ActiveMQ message broker, for example: I get the following error when I start the broker: ERROR BrokerService - Failed to start ActiveMQ JMS Message Broker. Reason: java.io.IOException: DiscoveryAgent scheme NOT recog

Difficulty with interoperating XMPP clients with ActiveMQ 5 (FUSE Message Broker 5.0.0.2)

2007-10-08 Thread Fintan Bolton
I've tried to follow the steps for connecting a Spark client to an activemq message broker (as described in the XMPP page, http://activemq.apache.org/xmpp.html), but I've found that the step, "Join a Conference Room", does not work. I am using a Spark 2.5.7 client and ActiveMQ 5 on the Windows p