Re: C# NMS Submission

2018-08-13 Thread Arthur Naseef
I don't expect username and password to affect inactivity timeouts. Inactivity timeouts should only occur when the TCP connection between the client and broker is somehow excessively slow or stuck (e.g. if packets are not crossing the network properly). Versions of the client and server should

Re: C# NMS Submission

2018-08-07 Thread raynera
I might be being stupid. Not creating my connection with a username & password. Will try again when I'm back in the office! -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-Dev-f2368404.html

C# NMS Submission

2018-08-07 Thread raynera
I'm getting the "Channel was inactive for too long" message from my C# program. Can I send messages from the most recent version of NMS to an older server version? We have AMQ Server version 5.5.1 (but it's a "fuse" version of the server). It fails on the "using (ISession session =