Re: ActiveMQ and the Windows world

2015-11-07 Thread Jim Gomes
kup write-host "Text should read: STATE1" -b DarkRed -f White } waitfor-finishmsg } -- 8< CUT HERE >8 --- On Thu, Oct 1, 2015 at 1:34 PM, Jarmo Sorvari wrote: > On 01.10.2015 16:48, Jim Gomes wrote: > >> You're welcome

RE: ActiveMQ and the Windows world

2015-10-06 Thread Merendet Nicolas
6 octobre 2015 09:29 À : users@activemq.apache.org Objet : Re: ActiveMQ and the Windows world > Seems to me, though, that in that case, running amq from the > ServiceMix package is not possible (how do you > activate amq's REST > there?) The REST API is currently not exposed wit

Re: ActiveMQ and the Windows world

2015-10-06 Thread Gregor Zurowski
> Seems to me, though, that in that case, running amq from the > ServiceMix package is not possible (how do you > activate amq's > REST there?) The REST API is currently not exposed with the embedded broker. This issue is tracked with https://issues.apache.org/jira/browse/SM-2670. Thanks, Gregor

Re: ActiveMQ and the Windows world

2015-10-01 Thread Jarmo Sorvari
ers Subject: Re: ActiveMQ and the Windows world Most people on both Windows and Linux use the Java or C++ client libraries to read and write messages from/to ActiveMQ. Do you have requirements that preclude that approach? If so, what are you trying to do and under what constraints, so we can try t

Re: ActiveMQ and the Windows world

2015-10-01 Thread Jim Gomes
2015, 12:05 AM Jarmo Sorvari wrote: > > From: tbai...@gmail.com [mailto:tbai...@gmail.com] On Behalf Of Tim Bain > > Sent: 30. syyskuuta 2015 15:42 > > To: ActiveMQ Users > > Subject: Re: ActiveMQ and the Windows world > > > > Most people on both Windows and Linux

RE: ActiveMQ and the Windows world

2015-10-01 Thread Jarmo Sorvari
> From: tbai...@gmail.com [mailto:tbai...@gmail.com] On Behalf Of Tim Bain > Sent: 30. syyskuuta 2015 15:42 > To: ActiveMQ Users > Subject: Re: ActiveMQ and the Windows world > > Most people on both Windows and Linux use the Java or C++ client libraries > to read and w

Re: ActiveMQ and the Windows world

2015-09-30 Thread Jim Gomes
The NMS client library is a very popular way to connect to ActiveMQ. It runs on both .NET and Mono. You can find out more about it from here: http://activemq.apache.org/nms/nms.html On Wed, Sep 30, 2015, 5:41 AM Tim Bain wrote: > Most people on both Windows and Linux use the Java or C++ client

Re: ActiveMQ and the Windows world

2015-09-30 Thread Tim Bain
Most people on both Windows and Linux use the Java or C++ client libraries to read and write messages from/to ActiveMQ. Do you have requirements that preclude that approach? If so, what are you trying to do and under what constraints, so we can try to help you find a solution that works for you?