would like to know if there is rabbitmq-c specific user group / mailing group.to avoid posting questions to this group..
On Tuesday, September 2, 2014 10:55:30 PM UTC-4, l rus wrote:- Which version of AMQP does the latest package implement? Is it 0.9.1 or older?
- Are there any plans to support AMQP 1.0? Is there any C/C++ implementation (QPID?)which supports AMQP 1.0?
- What are the major functionalities of AMPQ 0.9.1 that are NOT availablethru RabbitMQ-C / SimpleAMQP pcakges?
--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-user...@googlegroups.com.
To post to this group, send email to rabbitm...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
It would be great if you could add examples or provide link for amqp_simple_rpc andamqp_send_method/frame usage. I have a bunch of request/reply pair whichcould be implemented with rpc.
with SimpleAMQP,- how to use BasicPublish() to specify amqp_basic_properties_t propertiesassociated with the published message? [equivalent to amqp_basic_publish()]
- how to use amqp_simple_rpc like functionality?
- is CheckRpcReply equivalent to amqp_get_rpc_reply()? How to use it?
- would DeclareQueue() with an empty string queue name create an anonymous queue (system generated name)? [equivalent to amqp_empty_bytes?]