Re: ActiveMQ spring xml configure connector publishedAddressPolicy

2013-07-09 Thread Laurence
I still have not figured out how to xml configure a transportConnector publishedAddressPolicy and publishedHostStrategy to a value of IPADDRESS. I created a groovy script spring bean to assist with configuration and it works for the uri attribute of the transportConnector, but have had no luck set

Re: STOMP and PFC

2013-07-09 Thread Christian Posta
Yes, producer should block on its send, and wait for a response and correlate that with receipt header. For a java based impl, take a look at how it's done here: https://github.com/fusesource/stompjms On Tue, Jul 9, 2013 at 4:48 PM, Paul Gale wrote: > Hi, > > Using ActiveMQ 5.8.0 and STOM

STOMP and PFC

2013-07-09 Thread Paul Gale
Hi, Using ActiveMQ 5.8.0 and STOMP 1.2. How should a STOMP based producer that wishes to honor PFC do so? By using the 'receipt' header in the SEND frame? Are there any other things the STOMP producer must do to participate in PFC? Thanks, Paul

Re: STOMP logging documentation

2013-07-09 Thread Christian Posta
Thanks Paul, it's been updated. The wiki website takes a bit to propagate changes out (~2 hrs??)... so be on the lookout for the change On Tue, Jul 9, 2013 at 10:08 AM, Paul Gale wrote: > Hi, > > Here http://activemq.apache.org/stomp.html it states that to > enable/disable STOMP tracing you sho

STOMP logging documentation

2013-07-09 Thread Paul Gale
Hi, Here http://activemq.apache.org/stomp.html it states that to enable/disable STOMP tracing you should do the following: log4j.logger.org.apache.activemq.transport.stomp=TRACE, stomp # enable this line and disable the above if you just want the frame IO. #log4j.logger.org.apache.activemq.transp

Re: how to run activemq source in myeclipse?

2013-07-09 Thread Christian Posta
There are a couple classes in the amqp and leveldb module called IDERunner, you should start by looking at those On Monday, July 8, 2013, Argeric wrote: > hello,guys: >i have imported the source code in myeclipse,and i want debug > activemq when i run my program which used activemq .

Re: Setting a Master broker in a MasterSlave configuration

2013-07-09 Thread hbakkum
Ok, I see. I'll take a look at those options, I think the simplest solution will be to use something like Monit to just restart the process. Appreciate your help on this. Cheers, Hayden. -- View this message in context: http://activemq.2283324.n4.nabble.com/Setting-a-Master-broker-in-a-Master