admin管理员组

文章数量:1345096

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 11
Add a comment  | 

1 Answer 1

Reset to default 0

As far as I can tell Apache NMS doesn't support connections through a SOCKS proxy.

本文标签: