I don't run on Windows, so I can't help with specifics, but in general
you'll need to make sure you deconflict the ports used by the two services
to let them co-exist.  You can set those ports via environment variables
(letting you use a single config file) or hard-code the ports in the config
file (which means you need two config files, and you'll need to pass in the
config file as a runtime argument when invoking the bat script from your
service).

Hopefully that very general guidance is useful; if not, maybe you can tell
us more about what you've tried and what's not working about it.

Tim

On Thu, Jul 21, 2016 at 8:45 AM, bbuzzard <billy.buzz...@bnsflogistics.com>
wrote:

> I am using ActiveMQ-5.13.3 with jdk1.7.0_79 on a Windows 7 laptop for
> testing.  I ran bin\activemq-admin and created two instances: prod and
> test.
> I successfully started both instances from the command line and they work
> great.  I would like to create two Window's Services: one for prod and the
> other for test, but I have not yet figured out how to configure the
> wrapper.conf and/or environment to create either service.  Would someone
> please provide some assistance?
>
>
>
> --
> View this message in context:
> http://activemq.2283324.n4.nabble.com/How-do-I-Set-Up-Multiple-ActiveMQ-Services-on-one-Windows-Machine-tp4714245.html
> Sent from the ActiveMQ - User mailing list archive at Nabble.com.
>

Reply via email to