Hi Carlos,
On Fri, Aug 19, 2016 at 9:37 PM, Carlos De Matos <[email protected]>
wrote:
> I am looking for either
>
> (1) a working command line client AMQP app I can run on either Linux or OSX
> -
>
> OR
>
> (2) a Java or Node.JS client source code example that I can run on Java
> 1.7/1.8 or recent node server.
>
Maybe [1] is helpful.
>
> Its just not clear to me whether the AMQ install (default install of latest
> stable version) is in fact offering a working AMQP message broker.
>
It should be started by default at port 5672 [2].
You should also see something like this with the default config of ActiveMQ:
INFO | Listening for connections at: amqp://99b6ddf66b7b:5672?
maximumConnections=1000&wireFormat.maxFrameSize=104857600
INFO | Connector amqp started
Best Regards,
Roman
>
> Any help highly appreciated, the documentation does not help here at all.
>
>
>
> --
> View this message in context: http://activemq.2283324.n4.nab
> ble.com/AMQP-client-example-tp4715673.html
> Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.
>
[1] https://github.com/noodlefrenzy/node-amqp10
[2] http://activemq.apache.org/amqp.html