Synchronization of Session with Sender and Receiver

2011-06-20 Thread Jiri Krutil
Hi I understand an AMQP session may only be used from one thread at a time. How about Receiver and Sender objects created using a Session? To what extent are they associated with the parent session? Is it possible to use a Sender or a Receiver in parallel with the parent Session from anoth

Re: Object IDs in QMF v2 API

2011-06-20 Thread Ted Ross
On 06/20/2011 01:05 PM, Zane Bitter wrote: Can anybody point me toward the documentation for the v2 API that describes how to find an ObjectID? In the API proposal it looks like it was intended to be handled by the QmfData class: https://cwiki.apache.org/qpid/qmfv2-api-proposal.html#QMFv2APIPr

Cluster support for QPID Java Broker

2011-06-20 Thread Mahmoud Parsian
Does anyone know when "cluster support for QPID Java Broker" will be available? Thanks. Mahmoud

RE: Qpid python bindings for windows

2011-06-20 Thread Steve Huston
Hi Ovi, The existing python bindings work on Windows. -Steve -- Steve Huston, Riverace Corporation Total Lifecycle Support for Your Networked Applications http://www.riverace.com > -Original Message- > From: Ovidiu Visan [mailto:ovi...@redhat.com] > Sent: Monday, June 20, 2011 12:33 P

Object IDs in QMF v2 API

2011-06-20 Thread Zane Bitter
Can anybody point me toward the documentation for the v2 API that describes how to find an ObjectID? In the API proposal it looks like it was intended to be handled by the QmfData class: https://cwiki.apache.org/qpid/qmfv2-api-proposal.html#QMFv2APIProposal-QmfDataClass But that doesn't seem t

Qpid python bindings for windows

2011-06-20 Thread Ovidiu Visan
Hi guys, We need to stand up a windows proxy, in the cloud backend, so that the proxy can use local authentication to the booting instance. We want to control the proxy via qpid/qmf, to pass commands down to it and get results back. For that we want to use Python, so the question is: are there

Re: Is it possible to write a client that gets notified of connections/disconnections to broker?

2011-06-20 Thread Gordon Sim
On 06/19/2011 08:30 AM, fadams wrote: Hi again Gordon et al. I'm making progress with this :-) so thanks for all the info so far. Firstly with respect to the topic being subscribed to for events "qmf.default.topic/agent.ind.event.org_apache_qpid_broker.#" is this actually documented anywhere?