[rabbitmq-discuss] Problem with the example_consume from the c++ wrapper amqpccp
TZHA
sophiewenxizhang at googlemail.com
Fri Nov 25 16:43:19 GMT 2011
Hi,
i am using amqpcpp.
I modified the lines
if (result <= 0) return;
in AMQPQueue::sendConsumeCommand() to
if (result < 0) return;
The client example (consume) works now under VS 2010 debug - but it
does not work when started stand alone.
amqp_rpc_reply_t res = amqp_simple_rpc(*cnn, channelNum,
AMQP_BASIC_CONSUME_METHOD, replies, &s);
returns AMQP_RESPONSE_LIBRARY_EXCEPTION
In debug modus (even without any breakpoints) it returns
AMQP_RESPONSE_NORMAL.
On 25 Nov., 17:21, David Wragg <da... at rabbitmq.com> wrote:
> Hi,
>
> TZHA <sophiewenxizh... at googlemail.com> writes:
> > I am using the c++ wrapper for librabbitmq (C client) - with windows
> > client and linux server. The example with get and different
> > configurations is ok. The example_consume.cpp does work.
>
> I think you mean that the example_consume.cpp does *not* work?
>
> Could you point to the C++ wrapper you are using? There are at least
> two out there.
>
> > It seems to me that the consumer was registered at the server (I could
> > see it the web admin for the rabbitmq server). However, the client
> > didn't get any result from the queue.
>
> If no-one on this list can help, maybe file an issue against the project
> on github?
>
> David
>
> --
> David Wragg
> Staff Engineer, RabbitMQ
> VMware, Inc.
> _______________________________________________
> rabbitmq-discuss mailing list
> rabbitmq-disc... at lists.rabbitmq.comhttps://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss
More information about the rabbitmq-discuss
mailing list