- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am trying to connect an external application (an exe app) to Revit and vice versa in order to get some Revit element information for my app using RabbitMQ.
The idea is that I will have a producer (message sender) and a consumer (message listener) in both my external app and my custom Revit app. When the information is required, a message containing the request will be sent from the external app to the Revit app; after that, the required information will be sent from the Revit app to the external app. However, even I follow the tutorial example of RabbitMQ here , the Revit app can not create a connection for RabbitMQ, but it works perfectly fine if I create 2 separate executable apps for producer and listener.
I am at the early stage and just using localhost with default port for my apps and they only run on the same machine. What could possibly be wrong in my case? Thank you all in advance
Solved! Go to Solution.