Unity3D.Amqp
Unity3D.Amqp copied to clipboard
AMQP client library for Unity 3D supporting RabbitMQ
Hi, I am working on an AR project in Unity which takes data from the Rabbit AMQP server. On the PC (macOS) I can receive messages perfectly fine. However, as...
I basically want to be able to send messages to the queue or exchange that goes into moving the cubes. I have the following code written for a c# console...
Hello, I load the demo and try to send messages to localhost. Amq.direct works well, but when I try to subscribe to a topic get this error message. *** RabbitMQ.Client.Exceptions.OperationInterruptedException:...
We are having a problem subscribing to a non-durable exchange. We don't have access to the exchange to change it to durable. And after looking through the code, we cannot...
Hi, how to use BasicProperties with AmqpClient.Publish? I was not able to use the BasicProperties instance, can it be generated?
Hi there, thanks for putting this library together using RabbitMQ and Unity...There are a few problems happening when using the latest RabbitMQ version, 3.6.9. Two things initially... First, the Async...
After connecting to the broker, and receiving a list of existing exchanges, I try to declare a new direct exchange: AmqpClient.DeclareExchange( "session.default.actuator", AmqpExchangeTypes.Direct ); And immediately get this exception: InvalidOperationException:...
Hi, thanks for your hard work on this project! Everything works great except that messages don't seem to be cleared from the queue. Is there another command I have to...
Hi, May I know how configuration details from AmqpConfiguration.json is load and read in Build? I have no problem loading JSON in editor; however, I cant seem to in Build....
Hello. I'm a newbie. I'm following the instruction. My app doesn't show any exchanges, so I couldn't press subscribe. Can you tell me some reasons and solutions for my problem?...