Re: NPE: java.net.UnknownHostException after installing 5.2, same config as 5.1

2008-12-22 Thread Gary Tully
You need to change the format for the uri to specify the group via a parameter. This is the upshot of the resolution to http://issues.apache.org/activemq/browse/AMQ-1489 - check out the detail in the comments. The required change is of the form: - networkConnector

Re: JMS-ObjectMessage over HTTP?? (5.2.0)

2008-12-22 Thread Gary Tully
looks like you have a master slave setup but using tcp as the transport so you either need to have a http master/slave connection or also leave the tcp connector configured. 2008/12/22 4jr006 martin.ku...@robotron.de: Hi, i have a problem with ActiveMQ 5.2 and JMS over HTTP. I have one

Re: Race condition with transport listener and failover transports??

2008-12-22 Thread Gary Tully
appended a little comment to the doc to use ActiveMQConnectionFactory.setTransportListener(). Thanks :-) 2008/12/21 Jim Lloyd jll...@silvertailsystems.com: To answer my own question, it turns out that ActiveMQConnectionFactory has a setTransportListener method that can be called before

Re: JMS-ObjectMessage over HTTP?? (5.2.0)

2008-12-22 Thread silver1
Hi, have you a small example how i can setup a http master/slave connection? looks like you have a master slave setup but using tcp as the transport so you either need to have a http master/slave connection or also leave the tcp connector configured. -- View this message in context:

Re: duplicate message problem on ActiveMQ5.2.0

2008-12-22 Thread Gary Tully
Liu, you can get same at: http://repo.fusesource.com/maven2/org/apache/activemq/apache-activemq/5.2.0.1-fuse/ 2008/12/9 Leon Liu ljw2...@alibaba-inc.com: Hi gary, The fix can migrate to version 5.2.0? I think it is a critical bug. Leon Liu Gary Tully 写道: Leon, can you try a recent

Re: JMS-ObjectMessage over HTTP?? (5.2.0)

2008-12-22 Thread Gary Tully
Not sure it makes sense to separate master and slave via http but I guess it just requires setting the setMasterConnectorURI property to the http url. It would want to have httpKeepAlive configured so that it is not inadvertently giving a false positive on master failure due to a dropped

Re: Race condition with transport listener and failover transports??

2008-12-22 Thread Jim Lloyd
Thanks Gary. That's works for me. :) On Mon, Dec 22, 2008 at 4:07 AM, Gary Tully gary.tu...@gmail.com wrote: appended a little comment to the doc to use ActiveMQConnectionFactory.setTransportListener(). Thanks :-) 2008/12/21 Jim Lloyd jll...@silvertailsystems.com: To answer my own

Re: Disable multicast discovery

2008-12-22 Thread Ben Amitai
Ben Amitai wrote: Hello, My application has one and only broker. I don't need the broker to discover other brokers. Is there a way to disable the discoverying entirly? Thanks Udi I forgot to mention that I don't have any discover properties, but I can see a thread of discovery in

RE: Disable multicast discovery

2008-12-22 Thread Powers, Matthew
Why don't you just hard code the url of the broker and not use discovery all together? -Original Message- From: Ben Amitai [mailto:saba...@gmail.com] Sent: 2008-12-22 1:05 PM To: users@activemq.apache.org Subject: Disable multicast discovery Hello, My application has one and only

error when compiling pyactiveMQ

2008-12-22 Thread Daniel Auerbach
Hello, I know this forum concerns activeMQ itself and not pyactiveMQ, but I'm having some difficulties and I was hoping somebody here might have an idea. I'm trying to compile pyactiveMQ so that it incorporates the latest version of activeMQ-cpp. I've built all of the dependent libraries and