Re: Need your help to assemble the ActiveMQ board report quickly!

2024-01-06 Thread Jean-Baptiste Onofré
Hi Bruce, I mean we can use draft on reporter to populate the report content (instead of website). Just a proposal: it would avoid you to copy/paste from website :) Regards JB On Fri, Jan 5, 2024 at 8:04 PM Bruce Snyder wrote: > > HI JB, > > I always use Reporter to submit the report. > > Bruce

Need help connecting to broker using proxy

2024-01-06 Thread Sunil Kumar
Hi, i am working on ActiveMQ using c#. I need help in setting the proxy while connecting to the broker using ConnectionFactory IConnectionFactory factory = new ConnectionFactory("ssl://mybrokerurl:4040"); _connection = factory.CreateConnection(_userName, _password);