最新消息:Welcome to the puzzle paradise for programmers! Here, a well-designed puzzle awaits you. From code logic puzzles to algorithmic challenges, each level is closely centered on the programmer's expertise and skills. Whether you're a novice programmer or an experienced tech guru, you'll find your own challenges on this site. In the process of solving puzzles, you can not only exercise your thinking skills, but also deepen your understanding and application of programming knowledge. Come to start this puzzle journey full of wisdom and challenges, with many programmers to compete with each other and show your programming wisdom! Translated with DeepL.com (free version)

nms - Need help in configuring socks proxy for .NET code for TCP traffic (non-web) to connect to ActiveMQ Artemis - Stack Overfl

matteradmin4PV0评论

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.

Articles related to this article

Post a comment

comment list (0)

  1. No comments so far