Kaha persistance -

2010-11-12 Thread Neil Pritchard
/activemq.apache.org/schema/core"; useJmx="false"> Many thanks for any help Neil Pritchard

RE: Individual acknowledge in pyactivemq

2010-09-15 Thread Neil Pritchard
-Original Message- From: Timothy Bish [mailto:tabish...@gmail.com] Sent: 14 September 2010 17:08 To: users@activemq.apache.org Subject: RE: Individual acknowledge in pyactivemq On Tue, 2010-09-14 at 17:00 +0100, Neil Pritchard wrote: > On Tue, 2010-09-14 at 14:17 +0100, Neil Pritch

RE: Individual acknowledge in pyactivemq

2010-09-14 Thread Neil Pritchard
On Tue, 2010-09-14 at 14:17 +0100, Neil Pritchard wrote: > Hi All, > > I'm using pyactivemq as both a producer and consumer of messages which are > being brokered by ActiveMQ 5.3.2. In the past I used python stompy to > produce messages and java ActiveMQ to consume th

Individual acknowledge in pyactivemq

2010-09-14 Thread Neil Pritchard
Hi All, I'm using pyactivemq as both a producer and consumer of messages which are being brokered by ActiveMQ 5.3.2. In the past I used python stompy to produce messages and java ActiveMQ to consume them. I need to set a prefetch policy of 1 messgae at a time and more importantly use individu

Checking state of connection to broker in pyactivemq

2010-09-10 Thread Neil Pritchard
nge, so that I may check that state in a loop ? Many thanks, Neil Pritchard

RE: ActiveMQ C++ build errors

2010-09-07 Thread Neil Pritchard
2010 14:47 To: users@activemq.apache.org Subject: RE: ActiveMQ C++ build errors On Fri, 2010-09-03 at 14:28 +0100, Neil Pritchard wrote: > > -Original Message- > From: Timothy Bish [mailto:tabish...@gmail.com] > Sent: 03 September 2010 14:05 > To: users@activemq.apache.org >

RE: ActiveMQ C++ build errors

2010-09-06 Thread Neil Pritchard
2010 14:05 To: users@activemq.apache.org Subject: RE: ActiveMQ C++ build errors On Fri, 2010-09-03 at 08:50 +0100, Neil Pritchard wrote: > > -Original Message- > From: Timothy Bish [mailto:tabish...@gmail.com] > Sent: 02 September 2010 18:46 > To: users@activemq.apache.org >

RE: ActiveMQ C++ build errors

2010-09-03 Thread Neil Pritchard
-Original Message- From: Timothy Bish [mailto:tabish...@gmail.com] Sent: 03 September 2010 14:05 To: users@activemq.apache.org Subject: RE: ActiveMQ C++ build errors On Fri, 2010-09-03 at 08:50 +0100, Neil Pritchard wrote: > > -Original Message- > From: Tim

RE: ActiveMQ C++ build errors

2010-09-03 Thread Neil Pritchard
-Original Message- From: Timothy Bish [mailto:tabish...@gmail.com] Sent: 02 September 2010 18:46 To: users@activemq.apache.org Subject: Re: ActiveMQ C++ build errors On Thu, 2010-09-02 at 16:58 +0100, Neil Pritchard wrote: > Hi All, > > I'm trying to build activeMQ-

ActiveMQ C++ build errors

2010-09-02 Thread Neil Pritchard
Hi All, I'm trying to build activeMQ-CPP as part of pyactivemq on ubuntu 10.4, using the instructions kindly provided by http://code.google.com/p/pyactivemq/wiki/Building and http://www.nighttale.net/activemq/pyactivemq-on-ubuntu.html I get as far as "./autogen.sh && ./configure --prefix=/opt

pyactivemq

2010-07-26 Thread Neil Pritchard
Hi, I'm using activemq as an exchange and consumer of amqp messages in a distributed system that's written largely in python but has some java components, and a python stomp library for producing messages in the python components. ActiveMQ seems to be far superior to anything else that I could

RE: How is the Message ID compiled

2010-07-21 Thread Neil Pritchard
he id. cheers, Rob Rob Davies follow me: http://twitter.com/rajdavies I work here: http://fusesource.com My Blog: http://rajdavies.blogspot.com/ I wrote this: http://www.manning.com/snyder/ On 21 Jul 2010, at 11:15, Neil Pritchard wrote: > Hi, > > I'm using ActiveMQ as an ex

How is the Message ID compiled

2010-07-21 Thread Neil Pritchard
Hi, I'm using ActiveMQ as an exchange and consumer of messages to trigger a process that sends another message vi http post to a third parties system. The third party requires that the messages that they receive carry a unique identifier. My intention is to simply relay the Message ID to them