I need to connect to a JMS that publishes data that I need to collect.
I am trying one solution: RabbitMQ with the JMS plugin. I succeeded to install RabbitMQ and send messages from one process to another. However, I need to consume a JMS that an external party publishes.
-
Can anybody tell me how I should configure the Host, Port, Username, Password and Queue name for RabbitMQ/JMS so that I can consume (or subscribe to) that JMS?
-
Or does anybody know another way to consume (or subscribe to) a JMS from Swift?
I have no idea which of the provided Tags I should select.
Thanks! Wouter
So that would be on Mac.
OK. Thanks for confirming.
The reason why this matters is that I often see questions like this from iOS developers, and iOS presents significant platform-specific challenges. That’s a place where my expertise is relevant.
Those challenges don’t exist on macOS, making this more of a question about the specific library you’re using. Those library aren’t from Apple, so they’re not something I can help you with. So:
-
I usually redirect questions like this to the support channel for the third-party library you’re using.
-
Given the server-y nature of these protocols, you might have more luck connecting with relevant folks via the Swift on Server community. There’s a bunch of good info on the following page, including links to support resources at the bottom.
https://www.areweserveryet.org/
Share and Enjoy
—
Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"