Re: The future of Qpid Management.

2014-02-26 Thread Gordon Sim
On 02/26/2014 08:00 PM, Fraser Adams wrote: On 26/02/14 11:43, Gordon Sim wrote: That said I don't believe one single source of information is ever likely to be (and remain) sufficient for a tool that can be used with multiple different brokers (there will always be 'extensible' elements, such a

Re: The future of Qpid Management.

2014-02-26 Thread Rob Godfrey
On 26 February 2014 21:00, Fraser Adams wrote: > On 26/02/14 11:43, Gordon Sim wrote: > >> On 02/25/2014 10:35 PM, Jakub Scholz wrote: >> >>> I think the QMF and the tools around it demonstrate the problem of tools >>> modeled only according to some schema. Utilities like qpid-tool allow you >>> t

Re: The future of Qpid Management.

2014-02-26 Thread Fraser Adams
On 26/02/14 11:43, Gordon Sim wrote: On 02/25/2014 10:35 PM, Jakub Scholz wrote: I think the QMF and the tools around it demonstrate the problem of tools modeled only according to some schema. Utilities like qpid-tool allow you to find the schema details about the objects/classes and their met

Re: Proton-j threading

2014-02-26 Thread Rafael Schloming
The engine API consists of the set of interfaces in the org.apache.qpid.proton.engine package. You can construct these from the org.apache.qpid.proton.Proton class. FWIW, the engine API is much lower level than messenger, so there will be a lot more coding involved just to send a message. Based on

Re: Proton-j threading

2014-02-26 Thread Piotr Kliczewski
Rafael, Thank you for detailed explanation. I used Messanger API but it is clear for me now that I need to go with engine API. I looked at Java API reference for the engine API and noticed that there are all proton-j javadocs (including Messenger). Can you tell me which packages/classes are suppor

RE: JMS AMQP 1.0 - can the receiver.receive(timeout) return null even when timeout not expired?

2014-02-26 Thread Jan Bares
Posted to SO, someone from MS is lingering there: http://stackoverflow.com/questions/22046467/servicebus-over-amqp-closes-consumer Cheers, Jan > -Original Message- > From: Rob Godfrey [mailto:rob.j.godf...@gmail.com] > Sent: Tuesday, February 25, 2014 4:12 PM > To: users@qpid.apache.org

Re: Proton-j threading

2014-02-26 Thread Rafael Schloming
Hi Piotr, I'm afraid I may have led you a bit astray in my initial post. For some reason I thought you were using the engine API rather than Messenger, even though in retrospect it's obvious from the stack trace you posted that you were in fact using Messenger. My comments on not using the Driver

Re: Qpid Dispatch 0.2 beta-1

2014-02-26 Thread Darryl L. Pierce
On Mon, Feb 24, 2014 at 02:03:22PM -0500, Ted Ross wrote: > A number of important features and fixes have gone into Dispatch > Router since the initial release. I have created a beta release for > Dispatch 0.2 for folks to test. The binary distribution can be > found here: > > http://people.

Re: qpid 0.22 reconnect fails on centos 5

2014-02-26 Thread bruce.parr
In some instances I would see a TransportException, but I don't remember the circumstances. The CMakeLists.txt file solved the problem. The file wasn't a perfect fit, had to change the amqp spec file name, but that was easy. Now when the qpidd daemon is killed on the primary node, the client rep

Re: Proton-j threading

2014-02-26 Thread Piotr Kliczewski
Rafael, I implemented my own Driver as you suggested and noticed issue just after running createConnector method. I want to send a single message and I have single thread to receive potential messages. During sending the message in put(message) method getLink is run which delegates connector crea

Re: The future of Qpid Management.

2014-02-26 Thread Gordon Sim
On 02/25/2014 10:35 PM, Jakub Scholz wrote: I think the QMF and the tools around it demonstrate the problem of tools modeled only according to some schema. Utilities like qpid-tool allow you to find the schema details about the objects/classes and their methods and call these methods. But if you

Re: The future of Qpid Management.

2014-02-26 Thread Gordon Sim
On 02/25/2014 07:38 PM, Fraser Adams wrote: On 25/02/14 10:28, Gordon Sim wrote: [...] Similarly neither QMF nor AMQP 1.0 Management provide a way to introspect Method formal parameters. So you can get hold of the available Method names for sure, but arguments/parameters?? I think you can ge

Re: qpid 0.22 reconnect fails on centos 5

2014-02-26 Thread Gordon Sim
On 02/25/2014 08:46 PM, bruce.parr wrote: I have a two node cluster on a lan where I've installed qpid v 0.22. I have a centos 6 and a centos 5 client machine (not same machines as brokers) with same qpid version installed (built from source). The spout/drain test apps handle reconnects just fi

Re: Questions of qpid-route usage

2014-02-26 Thread Gordon Sim
On 02/25/2014 06:16 PM, Gao, Jie (Kyrie, HPIT-DS-CDC) wrote: I still have some questions. Hope I didn't bother you too much. Not at all! I will still use this model to explain my question. A(on node 1) ---> B (on node 2) Does the direction of the arrow indicate the flow of messages? Corr