Re: Question on amqp 1.0 payload Type ??

2013-08-02 Thread Rakesh Kushwaha
st, binary. ** means any type why we need DATA and SEQUENCE (number 2 confusion).* *:)* *Regards,* *Rakesh* * * *Regards,* *Rakesh* * * * * * * On Fri, Aug 2, 2013 at 1:40 PM, Rob Godfrey wrote: > On 2 August 2013 09:35, Rakesh Kushwaha wrote: > > > My Question was

Re: Question on amqp 1.0 payload Type ??

2013-08-02 Thread Rakesh Kushwaha
Hi Rob , 3.2.8 AMQP Value *An amqp-value section contains a single AMQP value. /* * * *Does single amqp value means it can n't have list ,array and map kind of data type ??* * * *Regards,* *Rakesh* On Fri, Aug 2, 2013 at 1:07 PM, Rakesh Kushwaha wrote: > My Question was on format

Re: Question on amqp 1.0 payload Type ??

2013-08-02 Thread Rakesh Kushwaha
My Question was on format , if for amqp value we have that means it can have both BINARY and LIST kind of data type or any kind permissible amqp data type . then why we needed DATA and AMQP SEQUENCE . Regards, Rakesh On Fri, Aug 2, 2013 at 1:05 PM, Rakesh Kushwaha wrote: > My Question was

Re: Question on amqp 1.0 payload Type ??

2013-08-02 Thread Rakesh Kushwaha
My Question was on format , if for amqp value we have that means it can have both BINARY and LIST kind data type . then why we needed DATA and AMQP SEQUENCE . Regards, Rakesh On Thu, Aug 1, 2013 at 6:54 PM, Rob Godfrey wrote: > Yes indeed Gordon, thank you for clarifying > > -- Rob > > > On

Question on amqp 1.0 payload Type ??

2013-08-01 Thread Rakesh Kushwaha
Hi , As Per amqp 1.0, below types are supported for payload part of amqp . 3.2.6 Data A data section contains opaque binary data. 3.2.7 AMQP Sequence A sequence section contains an arbitrary number of structured data elements. 3.2.8 AMQP Value An amqp-value section contains a singl

Question on Composite Type Notation in AMQP 1.0

2013-08-01 Thread Rakesh Kushwaha
Hi , AMQP 1.0 defines below elements for defining Composite type filed Notation . name Type requires default label mandatory multiple I have question on where AMQP says it can be specific type or '*' . I want to know what is meaning of * . does this includes all amqp types , primitive types and

Re: Topic subscription for JMS api probably not working

2013-05-09 Thread Rakesh Kushwaha
My question was with respect to AMQP 1.0 compliance qpid Broker and AMQP 1.0 JMS java client . On Thu, May 9, 2013 at 4:45 PM, Rob Godfrey wrote: > Hi Rakesh, > > apologies - I've been rather busy over the last couple of weeks... > > I'll try to look at the issue with the Java Client / Broker t

Re: Topic subscription for JMS api probably not working

2013-05-07 Thread Rakesh Kushwaha
waiting for reply !!! On Fri, Apr 26, 2013 at 4:05 PM, Rakesh Kushwaha wrote: > I am using qpid JMS api and Java Broker. Below source code should explain > what I am trying to do here . > > I have two topic subscriber on a Topic . After publishing a message on > topic , I sh

Topic subscription for JMS api probably not working

2013-04-26 Thread Rakesh Kushwaha
I am using qpid JMS api and Java Broker. Below source code should explain what I am trying to do here . I have two topic subscriber on a Topic . After publishing a message on topic , I should be able to receive message from both of subscription . But I am receiving message for only first subscrip

Re: need brief explanation for link credit policy for amqp 1.0

2013-03-20 Thread Rakesh Kushwaha
r send more messages than a receiver > can handle. > > On Tue, Mar 19, 2013 at 11:48 AM, Rakesh Kushwaha >wrote: > > > I am looking for > > how link credit protocol works with respect to producer and consumer . > > > > my main confusion points are , >

Re: need brief explanation for link credit policy for amqp 1.0

2013-03-19 Thread Rakesh Kushwaha
works or how to use > these features from an API? > > --Rafael > > On Tue, Mar 19, 2013 at 3:14 AM, Rakesh Kushwaha >wrote: > > > Hi , > > > > I am little bit confused with amqp 1.0 link flow control and there credit > > policy and what is use of drain

qpid-0.20 C++ broker is not supporting AMQP 1.0

2013-01-31 Thread Rakesh Kushwaha
Hi, I have downloaded qpid-cpp-0.20.tar.gz . I am able to do make and install then run c++ broker , now when I am running AMQP 1.0 client java samples (qpid Demo.java sample) against this Broker . i*t is not working* . *I can see I am receiving AMQP 0-10 header from C++ broker* , I should receive