On 10 June 2015 at 21:31, Mansour Al Akeel wrote:
> thank you eveybody for your support.
> I managed to open the web console, and created a queue. Now everything
> is working fine and I am able to send a message.
> I will try to install the python api and use it to read those messages.
>
>
>
>>
>>
thank you eveybody for your support.
I managed to open the web console, and created a queue. Now everything
is working fine and I am able to send a message.
I will try to install the python api and use it to read those messages.
>
> Ok
>
> (just to clarify though: using Proton, as the new JMS cl
On 10 June 2015 at 17:53, Mansour Al Akeel wrote:
> thank you a lot for your help. I highly appreciate it.
>
> I am using Qpid broker 0.32
>
>
>
>> reactive API bindings). What client API you should use depends on your
>> use case and what you actually need/want to do.
>>
>
> Let's stay with Qpid
Looking at the trace from the client:
[1257130887:1] ->
Attach{name='qpid-jms:sender:ID:localhost-53316-1433954764851-0:1:1:1:git-repo-name',handle=0,
role=SENDER, sndSettleMode=UNSETTLED,
rcvSettleMode=FIRST,source=Source{address='ID:localhost-53316-1433954764851-0:1:1:1',durable=NONE,
expiryPoli
thank you a lot for your help. I highly appreciate it.
I am using Qpid broker 0.32
> reactive API bindings). What client API you should use depends on your
> use case and what you actually need/want to do.
>
Let's stay with Qpid JMS. Since I don't want an embedded broker. All I
need is a clien
From: Steve Huston [mailto:shus...@riverace.com]
Sent: Wednesday, June 10, 2015 8:16 AM
To: users@qpid.apache.org
Subject: RE: Connecting to RabbitMQ using QPid client
Hi Mansour,
> I am a bit confused by the compatibily issues between different
> versions of the AMPQ, and lost in the do
Hi Mansour,
AMQP is a wire protocol, whereas JMS is an API, which you can
implement using any suitable underlying protocol desired. The Qpid JMS
clients use various versions of AMQP to do so, while many other
providers implement it over other common open or proprietary
protocols.
Qpid Proton is a
Hi Mansour,
> I am a bit confused by the compatibily issues between different versions of
> the AMPQ, and lost in the documentation.
Sorry about that - hopefully we can help get things straightened out.
> First thing, as far as I know, AMQP is not JMS. There's a lot of examples QPid
> about JMS