[rabbitmq-discuss] how to start rabbitmq broker in a javaEE application
gigi
ggtech888 at gmail.com
Mon Dec 23 17:12:23 GMT 2013
Michael Klishin <michael.s.klishin at ...> writes:
>
>
> 2013/12/20 gigi <ggtech888 at gmail.com>
>
> However, it seems to me that neither is capable of starting the broker
within java application. Can someone please shed some light into this?
>
>
> RabbitMQ is never started by applications. It's supposed to be running by
the time apps connect to it.
>
> It also not meant to be embedded into a JVM-based app.
>
>
>
>
> Also, would be very grateful if more examples, code, best practice of
integrating rabbitmq with java application could be pointed out.
>
>
> Start at http://www.rabbitmq.com/getstarted.html.
>
Thank you very much for the reply, Michael. Really appreciate it
So in the enterprise app world, what do people usually do to start a
rabbitmq broker? I figured it would be naive to use a shell script to start
it before deployments of its java producer/consumers each release
More information about the rabbitmq-discuss
mailing list