Giter Site home page Giter Site logo

Comments (4)

alanxz avatar alanxz commented on July 28, 2024

That is odd, are you sure you're linking against the correct librabbitmq.a file? When you run nm against the librabbitmq.a you think you're linking against, does the amqp_ssl_socket_new() show?

I'll put SimpleAmqpClient without SSL on the wishlist.

from simpleamqpclient.

alanxz avatar alanxz commented on July 28, 2024

See #67 for optional SSL support.

from simpleamqpclient.

vikaschamp avatar vikaschamp commented on July 28, 2024

Hello Friends ,

How can i declare queue , exchnage and publish a message .

I have wrote code but its not working . It's creating channel but not creating queue exchange...

#include "stdafx.h"

#include <SimpleAmqpClient/SimpleAmqpClient.h>

int main()
{
AmqpClient::Channel::ptr_t connection = AmqpClient::Channel::Create("localhost" ,5672 ,"finsoltech" , "pass123!" , "/");
connection->DeclareQueue("myQueue", false, false, true, true);
connection->DeclareExchange("myExchnage");

return 0;

}

Please suggest me where am i doing wrong.
Thanks in advance.

from simpleamqpclient.

alanxz avatar alanxz commented on July 28, 2024

@vikaschamp: in the future please don't comment on closed issues, instead open a new one.

from simpleamqpclient.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.