Add qmf shutdown command to the broker [was Re: QPID C++ - Dynamically Managing Broker]

2014-09-22 Thread Alan Conway
On Thu, 2014-09-18 at 15:12 -0700, Spencer.Doak wrote: > Hey Gordon, > > Thank you very much! That should give me a great start on this task. > > As for the 'shutdown' command, that's actually exactly what I was thinking > too. I'm thinking about running a receiver process on the broker machine.

Re: Docker Images

2014-09-22 Thread Gibson, Jack
Helps if I give the address… docker pull jackgibson2/proton docker pull jackgibson2/qpid-dispatch docker pull jackgibson2/qpid-cpp https://hub.docker.com/u/jackgibson2/ From: , "Gibson, Jack" mailto:jagib...@paypal.com>> Date: Monday, September 22, 2014 at 1:04 PM To: "users@qpid.apache.org

Docker Images

2014-09-22 Thread Gibson, Jack
In case anyone else out there is playing with Docker. I have created a set of Docker images with the latest Qpid C++, Proton and Dispatch builds on them.

Re: Proton tutorial: synchronous request-response

2014-09-22 Thread Alan Conway
On Thu, 2014-09-18 at 13:33 -0400, Justin Ross wrote: > http://svn.apache.org/viewvc/qpid/proton/branches/examples/tutorial/sync_client.py?view=markup&pathrev=1626029 > > I think "invoke" is an unintuitive name there. It's not "invoking the > request" or "invoking the client". Invoke usually imp

Re: AMQP 1.0 Message Encoding - using AMQP typed data vs. Mime content-type / content-encoding (Was (unintentionally I assume): P)

2014-09-22 Thread Justin Ross
On Mon, Sep 22, 2014 at 1:22 PM, Alan Conway wrote: > > Nope, see above about confusion of 'string' vs. 'str', 'bytes' and > 'unicode'. > > > That's not how I read the > > documentation, but I could be wrong, perhaps it's some sugar of the > > Python API, but TBH I thought that it behaved pretty

Re: AMQP 1.0 Message Encoding - using AMQP typed data vs. Mime content-type / content-encoding (Was (unintentionally I assume): P)

2014-09-22 Thread Alan Conway
On Fri, 2014-09-12 at 08:27 +0100, Fraser Adams wrote: > On 12/09/14 04:01, Alan Conway wrote: > > On Thu, 2014-09-11 at 11:55 +0100, Gordon Sim wrote: > >> On 09/10/2014 08:50 PM, Rob Godfrey wrote: > >>> Part of the issue here, I think, is that we are not terribly (at all?) > >>> clear on what ea

qpid-0.28 - Linker Problem on Solaris

2014-09-22 Thread Andreas Welchlin
Hi List, I tried to compile qpid-0.28 on Solaris (uname -a prints: SunOS solaris 5.11 11.2 i86pc i386 i86pc). First I amended and compiled proton 0.7 which worked fine. I would like to share this but first I want to do some tests using QPID. Afterwards I tried to compile qpid-0.28: 1.) I

Re: Java QMF library and ObjectId

2014-09-22 Thread Michal Zerola
Hello Fraser, thank you once again. I have verified that Python qmf/console.py is using QMF v1 (as well as qpid-tool for example) and that is why I see different (unique) ObjectIds than comparing to Java which uses QMF v2. We will use some different mechanism on our side which is able to deal wit

Re: Temp queues via Dispatch Router to brokers

2014-09-22 Thread Gordon Sim
On 09/19/2014 10:14 PM, Adams, Cory wrote: Is there a way for temp queues to be utilized through the Router or do all routes need to be configured via the initial config file + the management tools? Another way to ask the same question might be how can the routers be employed to do RPC messag