We are trying to send message from a C# .NET code to an ActiveMQ Artemis instance using Apache NMS library with a Blue Coat proxy (socks) over TCP, but it's not getting connected. The same is working fine while using the Java-based Core JMS client, e.g.:
tcp://test.example:61616?sslEnabled=true&socksEnabled=true&socksHost=socksip&socksPort=socksport
We just need help in configuring connections to ActiveMQ Artemis using C#.
We are trying to send message from a C# .NET code to an ActiveMQ Artemis instance using Apache NMS library with a Blue Coat proxy (socks) over TCP, but it's not getting connected. The same is working fine while using the Java-based Core JMS client, e.g.:
tcp://test.example:61616?sslEnabled=true&socksEnabled=true&socksHost=socksip&socksPort=socksport
We just need help in configuring connections to ActiveMQ Artemis using C#.
Share edited 18 hours ago Justin Bertram 35.4k6 gold badges26 silver badges49 bronze badges asked 23 hours ago PriyabratPriyabrat 111 Answer
Reset to default 0As far as I can tell Apache NMS doesn't support connections through a SOCKS proxy.