Groups
Groups
Sign in
Groups
Groups
simpleamqpclient-users
Conversations
About
Send feedback
Help
simpleamqpclient-users
Contact owners and managers
1–19 of 19
Mark all as read
Report group
0 selected
Alan Antonuk
6/26/20
Re: [simpleamqpclient-users] rabbitmq Linking error
Make sure that you linking against the SimpleAmqpClient import library (libSimpleAmqpClient.lib, or
unread,
Re: [simpleamqpclient-users] rabbitmq Linking error
Make sure that you linking against the SimpleAmqpClient import library (libSimpleAmqpClient.lib, or
6/26/20
lyuq...@gmail.com
4/6/19
How to get the right number of messages remaining in a queue?
Hello, I want to use get the number of messages in a queue using DeclareQueueWithCounts, but I cannot
unread,
How to get the right number of messages remaining in a queue?
Hello, I want to use get the number of messages in a queue using DeclareQueueWithCounts, but I cannot
4/6/19
swati nair
,
lyuq...@gmail.com
2
4/6/19
Code for publish and consume string from rabbitmq
Hello there, I hope this page will help you. https://github.com/alanxz/SimpleAmqpClient/blob/master/
unread,
Code for publish and consume string from rabbitmq
Hello there, I hope this page will help you. https://github.com/alanxz/SimpleAmqpClient/blob/master/
4/6/19
swati nair
12/18/18
Errors while building the simpleAmpqclient in x64 platform and Debug mode
Hi , I am able to build simpleamqpclient with win32 in Visual studio when trying to build on x64
unread,
Errors while building the simpleAmpqclient in x64 platform and Debug mode
Hi , I am able to build simpleamqpclient with win32 in Visual studio when trying to build on x64
12/18/18
Alan Antonuk
9/8/18
Re: SimpleAmqpClient
That is not intended to be a public API. Don't use it. -Alan On Mon, Aug 6, 2018 at 12:43 AM
unread,
Re: SimpleAmqpClient
That is not intended to be a public API. Don't use it. -Alan On Mon, Aug 6, 2018 at 12:43 AM
9/8/18
Chaithanya Krishna B
7/24/18
Remote procedure call (RPC)
Hi Alan, Can I get the functionality that is mentioned in the link using the SimpleAmqpClient library
unread,
Remote procedure call (RPC)
Hi Alan, Can I get the functionality that is mentioned in the link using the SimpleAmqpClient library
7/24/18
Alan Antonuk
10/31/17
Re: SimpleAmqpClient
Please use the +simpleamqpclient-users group for these sorts of questions. First check to see whether
unread,
Re: SimpleAmqpClient
Please use the +simpleamqpclient-users group for these sorts of questions. First check to see whether
10/31/17
Alan Antonuk
8/8/17
Re: publish confirms
In the future please send these sorts of questions to simpleamqpc...@googlegroups.com, so
unread,
Re: publish confirms
In the future please send these sorts of questions to simpleamqpc...@googlegroups.com, so
8/8/17
ql...@mtu.edu
,
Alan Antonuk
2
8/3/17
What happens when multiple threads use the same channel to publish messages at the same time?
A Channel object is not thread-safe. In order to use it from multiple threads you must synchronize
unread,
What happens when multiple threads use the same channel to publish messages at the same time?
A Channel object is not thread-safe. In order to use it from multiple threads you must synchronize
8/3/17
ql...@mtu.edu
,
Alan Antonuk
3
8/3/17
How can I get the latest message in a queue?
Thank you very much! On Wednesday, August 2, 2017 at 5:55:27 PM UTC-4, Alan Antonuk wrote: Your code
unread,
How can I get the latest message in a queue?
Thank you very much! On Wednesday, August 2, 2017 at 5:55:27 PM UTC-4, Alan Antonuk wrote: Your code
8/3/17
Alan Antonuk
3/14/17
Re: Reg. SSL based authentication for AMQP C libraries
In the future please use one of the mailing lists rabbitmq-c-users or simpleamqpclient-users instead
unread,
Re: Reg. SSL based authentication for AMQP C libraries
In the future please use one of the mailing lists rabbitmq-c-users or simpleamqpclient-users instead
3/14/17
Alan Antonuk
2/14/17
Re: [simpleamqpclient-users] How Can I Get the Client IP?
SimpleAmqpClient is a RabbitMQ client and has no ability to report clients. Your best bet is likely
unread,
Re: [simpleamqpclient-users] How Can I Get the Client IP?
SimpleAmqpClient is a RabbitMQ client and has no ability to report clients. Your best bet is likely
2/14/17
Alan Antonuk
12/23/16
Re: Problem with win32 static SimpleAmqpClient
Please don't email me directly. Use the simpleamqpclient-users email list instead (CC'd). On
unread,
Re: Problem with win32 static SimpleAmqpClient
Please don't email me directly. Use the simpleamqpclient-users email list instead (CC'd). On
12/23/16
wil...@gmail.com
,
Alan Antonuk
6
12/5/16
Question Regarding Changing Headers
Table is a typedef for std::map<std::string, TableValue>. Adding a bunch of headers might look
unread,
Question Regarding Changing Headers
Table is a typedef for std::map<std::string, TableValue>. Adding a bunch of headers might look
12/5/16
lqj19...@gmail.com
,
Alan Antonuk
4
12/2/16
unresolved external symbol :AmqpClient::Channel::EXCHANGE_TYPE_DIRECT
If you're on Win32/MSVC its probably this issue: http://stackoverflow.com/a/2479944/786714. -Alan
unread,
unresolved external symbol :AmqpClient::Channel::EXCHANGE_TYPE_DIRECT
If you're on Win32/MSVC its probably this issue: http://stackoverflow.com/a/2479944/786714. -Alan
12/2/16
lqj19...@gmail.com
,
Alan Antonuk
2
12/1/16
Consumer receive message only once
You need to explicitly ack the received message using Channel::BasicAck or set no_ack when declaring
unread,
Consumer receive message only once
You need to explicitly ack the received message using Channel::BasicAck or set no_ack when declaring
12/1/16
Ruben Ferreira
,
Alan Antonuk
6
11/19/16
Error -> Create connection
You also need to link against rabbitmq-c. If its installed in the same place as SimpleAmqpClient, you
unread,
Error -> Create connection
You also need to link against rabbitmq-c. If its installed in the same place as SimpleAmqpClient, you
11/19/16
Alan Antonuk
3
11/19/16
Re: Question about SimpleAmqpClient on network error and recover from this
Each call to CreateSecure() creates an entirely new connection object and associated data-structures.
unread,
Re: Question about SimpleAmqpClient on network error and recover from this
Each call to CreateSecure() creates an entirely new connection object and associated data-structures.
11/19/16
Stephen Hsu
,
Alan Antonuk
5
11/1/16
undefined reference when compiling with x86_64-w64-mingw32-g++
Alan, Thanks for your kind help. You are right. All the dependencies need to be compiled with x86_64-
unread,
undefined reference when compiling with x86_64-w64-mingw32-g++
Alan, Thanks for your kind help. You are right. All the dependencies need to be compiled with x86_64-
11/1/16