Re: [C++/Java Broker] [Transactions]

2016-01-08 Thread aconway
On Wed, 2016-01-06 at 08:51 +0100, Olivier Mallassi wrote: > Hi all, > > > sorry. > > I have tried to summarize all this content in this table > https://docs.google.com/spreadsheets/d/1JilNwbBSftHxPZymJoaSeSA1uxpp9 > ZwXZyzDM9q6LQA/edit?usp=sharing > > Hope that helps > > oliv/ > > PS: thx

AMQP 0.10 subscription node type

2016-01-08 Thread Chris Richardson
Hi, Can you please give me some help with the address syntax for specifying node type in amqp 0.10? What I've tried is queue-name; {node: {type: queue}} but if I understand correctly this is an amqp 1.0 syntax...? I've tried various combinations of x-declare, x-subscribe and x-bindings but

Re: [AMQP 1.0] Node JS client library for AMQP 1.0

2016-01-08 Thread Matt Broadstone
On Fri, Jan 8, 2016 at 8:01 AM, erimorgan wrote: > Hi All, > > I have bee looking around for Node JS client libraries for AMQP 1.0 without > any luck. > > Does any of you know about any? > > Best Regards, > Morgan > > Hey Morgan, I'm a maintainer on the amqp10

[C++ Broker AMQP 1.0] How to connect nodes

2016-01-08 Thread erimorgan
Hi all. I need to create an AMQP 1.0 based server that distributes content. I have ten producers (P1, P2, ..., P10) and about forty consumers (C1, C2, C3, ..., C40). Some of the content from the producers are however not allowed to be consumed by all consumers. This restriction must be controlled

[AMQP 1.0] Node JS client library for AMQP 1.0

2016-01-08 Thread erimorgan
Hi All, I have bee looking around for Node JS client libraries for AMQP 1.0 without any luck. Does any of you know about any? Best Regards, Morgan -- View this message in context: http://qpid.2158936.n2.nabble.com/AMQP-1-0-Node-JS-client-library-for-AMQP-1-0-tp7636260.html Sent from the

Re: [AMQP 1.0] Node JS client library for AMQP 1.0

2016-01-08 Thread Gordon Sim
On 01/08/2016 01:01 PM, erimorgan wrote: Hi All, I have bee looking around for Node JS client libraries for AMQP 1.0 without any luck. Does any of you know about any? There is support in the proton tree for compiling the proton-c messenger into javascript using emscripten. A version of that

Re: AMQP 0.10 subscription node type

2016-01-08 Thread Chris Richardson
Thanks Robbie, that looks like it - I've tested and the problem appears to be fixed in trunk. On 8 January 2016 at 12:05, Robbie Gemmell wrote: > I know little about the Python client but I recalled seeing something > mentioned along these lines. After a bit of

[AMQP 1.0] Basic question on loadsharing due to high volume

2016-01-08 Thread Morgan Lindqvist
Hi All, I have a little problem understanding how load sharing is supported with AMQP. Up till now that has not been an issue for me but now I will start hitting the capacity on the HW where the server is running. I have a number of producer and a number of consumers. The AMQP server in the