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
-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
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
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
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
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
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
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
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
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.
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
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
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
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
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
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
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
, 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/
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
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
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
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
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
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
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
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
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
27 matches
Mail list logo