RE: Individual acknowledge in pyactivemq

2010-09-15 Thread Timothy Bish
On Wed, 2010-09-15 at 09:53 +0100, Neil Pritchard wrote: > > -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, 2

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 Timothy Bish
On Tue, 2010-09-14 at 17:00 +0100, Neil Pritchard wrote: > 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

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

Re: Individual acknowledge in pyactivemq

2010-09-14 Thread Timothy Bish
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 importantl

Re: Checking state of connection to broker in pyactivemq

2010-09-10 Thread Timothy Bish
On Fri, 2010-09-10 at 16:18 +0100, Neil Pritchard wrote: > Hi All, > > I'm using pyactivemq with ActiveMQ-CPP 3.2.2 as both producer and consumer of > messages, which are being brokered by a (Java) ActiveMQ 5.3.2 exchange. > I have three boxes, each performing the same typ

Checking state of connection to broker in pyactivemq

2010-09-10 Thread Neil Pritchard
Hi All, I'm using pyactivemq with ActiveMQ-CPP 3.2.2 as both producer and consumer of messages, which are being brokered by a (Java) ActiveMQ 5.3.2 exchange. I have three boxes, each performing the same type of tasks. Each box may produce, and consume messages who's payload contai

Re: pyactivemq

2010-07-26 Thread Timothy Bish
ction of some decent instructions for compiling > > this ? > > > > If there were a Debian / Ubuntu managed deb or a RedHat managed RPM that > > would be ideal, otherwise I'll have to compile it myself. > > > Hi Neil, > > There are pyactivemq + active

Re: pyactivemq

2010-07-26 Thread James Casey
d RPM that > would be ideal, otherwise I'll have to compile it myself. Hi Neil, There are pyactivemq + activemq-cpp RPMs in Fedora for FC11 to FC14 and in EPEL for RHEL6. Due to dependencies it's not possible to have rpms in the standard distros but people on the list have successfully built for RHEL5 too. cheers, James.

Re: pyactivemq

2010-07-26 Thread cobrien
Neil, Are you aware of the pyactivemq project? http://code.google.com/p/pyactivemq/ Clark www.ttmsolutions.com ActiveMQ reference guide at http://bit.ly/AMQRefGuide neilpritchard wrote: > > Hi, > > I'm using activemq as an exchange and consumer of amqp messages i

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: PyActiveMQ: Retrieving Queue Size (Or other Queue related info)

2009-01-29 Thread Bill Schuller
I think that advisory topics are going to solve for only some of your cases. I¹m new to AMQ, so there is a little speculation involved here. If you set up a standard topic subscriber in python on the ActiveMQ.Advisory.FULL topic, you will receive a message every time a destination is ³full². I¹m as

Re: PyActiveMQ: Retrieving Queue Size (Or other Queue related info)

2009-01-16 Thread Jahvid.Williams
sory messages appear to be my best bet.. however I dont see that functionality in the pyactivemq documentation. I could be wrong, but i have spent quite some time researching this. Basically this is the scenario: 1.) There is a Game Server which uses ActiveMQ (Server sends messages to specified q

Re: PyActiveMQ: Retrieving Queue Size (Or other Queue related info)

2009-01-15 Thread Bill Schuller
this link should get you headed in the right direction: http://activemq.apache.org/how-can-i-monitor-activemq.html On 1/14/09 11:15 AM, "Jahvid.Williams" wrote: > > > Good Day All, > > Does anyone know if it is currently possible using pyactivemq (for python

Re: PyActiveMQ: Retrieving Queue Size (Or other Queue related info)

2009-01-14 Thread Timothy Bish
ActiveMQ doesn't have a QueueBrowser implementation, we'd love for someone to contribute the code, but for right now its not supported. Regards Tim On Wed, 2009-01-14 at 09:15 -0800, Jahvid.Williams wrote: > Good Day All, > > Does anyone know if it is currently possible us

PyActiveMQ: Retrieving Queue Size (Or other Queue related info)

2009-01-14 Thread Jahvid.Williams
Good Day All, Does anyone know if it is currently possible using pyactivemq (for python 2.5) to retrieve queue information, more specifically the size of a queue/topic? I know in java there is a QueueBrowser, however is such an implementation readily available in the current pyactivemq, ActiveMQ

Re: pyactivemq: No Matching Factory Registered for format := tcp

2009-01-13 Thread Timothy Bish
, 2009-01-13 at 07:52 -0800, project2501 wrote: > Thank you for pointing that out. I checked out the 2.2.1 baseline (also > referred in the pyactivemq docs) and it works. Very relieved. -- Tim Bish http://fusesource.com http://timbish.blogspot.com/

Re: pyactivemq: No Matching Factory Registered for format := tcp

2009-01-13 Thread project2501
Thank you for pointing that out. I checked out the 2.2.1 baseline (also referred in the pyactivemq docs) and it works. Very relieved. project2501 wrote: > > Hi, > I followed the build instructions for pyactivemq. activemq-cpp builds > fine and the tests all complete. I insta

Re: pyactivemq: No Matching Factory Registered for format := tcp

2009-01-13 Thread Timothy Bish
I looks like you are using the trunk code from ActiveMQ-CPP, trunk is highly unstable at the moment and I wouldn't recommend that you use it with pyActiveMQ. The most probable reason for the error is that there is now a required initialization call that must be made before using the ActiveM

pyactivemq: No Matching Factory Registered for format := tcp

2009-01-13 Thread project2501
Hi, I followed the build instructions for pyactivemq. activemq-cpp builds fine and the tests all complete. I installed all the packages I think are needed. I am using Ubuntu 8.10 server. pyactivemq builds and install fine. The broker is running and I can telnet to the port, yet this error

Re: Failover Transport - pyactivemq

2009-01-12 Thread Timothy Bish
About all you can do right now would be to setup an ExceptionListener on the Connection and destroy and recreate your connection to some pre-configured fallback broker or set of brokers. In this case you would need to recreate all you sessions, consumers, producers, destinations, etc. Regards Tim

Re: Failover Transport - pyactivemq

2009-01-12 Thread Jahvid.Williams
Much appreciated, Do you know if there is any other way to achieve such a functionality without the use of Failover? -Other than having a second activemq service running, and connecting to it if an error occurs. Timothy Bish wrote: > > pyActiveMQ uses ActiveMQ-CPP which currently do

Re: Failover Transport - pyactivemq

2009-01-12 Thread Timothy Bish
pyActiveMQ uses ActiveMQ-CPP which currently does not support Failover. There is work ongoing to add Failover to ActiveMQ-CPP v3.0 once that's done the author of pyActiveMQ could then release a new version that would give you Failover functionality. Regards Tim. On Mon, 2009-01-12 at

Failover Transport - pyactivemq

2009-01-12 Thread Jahvid.Williams
Good Day All, I have written a consumer using pyactivemq, however in-terms of using a failover connection does anyone know if this is possible? On the AMQ site: " http://activemq.apache.org/failover-transport-reference.html http://activemq.apache.org/failover-transport-reference.html &quo

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 dependen

pyactivemq 0.1.0 released

2008-10-05 Thread Albert Strasheim
Hello all, Just a quick message to announce the release of pyactivemq 0.1.0. pyactivemq uses Boost.Python to wrap the ActiveMQ-C++ library. This means that pyactivemq supports both Stomp and Openwire, and all the other AMQCPP features. The pyactivemq API was created to match the CMS and JMS