AMQP-CPP and SimpleAmqpClient inmplementation in visual studio 2017 (Windows)

1,011 views
Skip to first unread message

Vikash gupta

unread,
Nov 11, 2017, 2:15:04 PM11/11/17
to rabbitmq-users
Hello Friends,

I have installed rabbit mq & erlang executable in my windows system.
I have used rabbit mq in c#. i want to implement in cpp also.

But i am not able implement in correct way.

1. I have installed AMQP-CPP library from nuget package in visual studio 2017. I have implement it also but i am not getting desired response.
Please suggest me where i did wrong.

i have visited this solution also:

// create an instance of your own connection handler
MyConnectionHandler myHandler;

// create a AMQP connection object
AMQP::Connection connection(&myHandler, AMQP::Login("guest","guest"), "/");

// and create a channel
AMQP::Channel channel(&connection);

// use the channel object to call the AMQP method you like
channel.declareExchange("my-exchange", AMQP::fanout);
channel.declareQueue("my-queue");
channel.bindQueue("my-exchange", "my-queue", "my-routing-key");

But i am not able to connect with ,y rabbit mq  after executing this program,

2. I have install SimpleAmqpClient from nuget package in visual studio 2017.

When i am using simpleamqpclient.h header file it showing some dll missing . i did download that dll and move to executable folder then to i am getting other error.

Please suggest me correct way to do in windows.


I am new in rabbit mq in cpp.

My English in not good :(

Thanks in advance.

Vikash gupta

unread,
Nov 13, 2017, 5:33:24 AM11/13/17
to rabbitmq-users
Hello Guyz ,

Please reply here .
Please suggest me .

Michael Klishin

unread,
Nov 13, 2017, 5:47:06 AM11/13/17
to rabbitm...@googlegroups.com
Hi Vikash,

This is a best-effort community mailing list. When someone familiar with the C++ client sees your message
(or someone who isn't decides it would be interesting to investigate), they will respond.

No need to post multiple times and definitely no need to contact active members of this list privately
with the same question.

If you require a different kind of response, consider obtaining a support subscription from one of the companies
that offer such services around RabbitMQ.


--
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-users+unsubscribe@googlegroups.com.
To post to this group, send email to rabbitmq-users@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.



--
MK

Staff Software Engineer, Pivotal/RabbitMQ
Reply all
Reply to author
Forward
0 new messages