I have an application that runs fine on Windows and wants to make a port for use on iOS and Mac OS. The application uses RabbitMQ, but I could not find many examples or documentation for how to do this.
I have the server setup set to AWS, the example I'm looking for is just the client side of the RabbitMQ connection.
Does anyone know any example code that can do this with Swift? The C expression should also work, but Swift code would be very appreciated.
Kelly source
share