RE: How do I Set Up Multiple ActiveMQ Services on one Windows Machine

2017-06-05 Thread Tim Bain
Great, I'm glad to hear that 5.14.5 works for you. Thanks for letting us know. Tim On Jun 5, 2017 7:25 AM, "adnan" wrote: > Thanks Tim for the response. Apperantly it looks like this is an issue with > AMQ 4.1.2 and 5.8.0. Upon looking for ports being invoked in both of these > versions found a

RE: How do I Set Up Multiple ActiveMQ Services on one Windows Machine

2017-06-05 Thread adnan
Thanks Tim for the response. Apperantly it looks like this is an issue with AMQ 4.1.2 and 5.8.0. Upon looking for ports being invoked in both of these versions found a JAVA resource that wasn't part of the AMQ code hooking on to any new service that was started. When did the changes and ran multip

RE: How do I Set Up Multiple ActiveMQ Services on one Windows Machine

2017-05-21 Thread Tim Bain
I don't see what's materially different between the two approaches (both involve making two copies of the relevant files and changing them as needed, but one just involves copying more files than is strictly necessary), but yes, I believe that the approach you want to take will work, and that you c

RE: How do I Set Up Multiple ActiveMQ Services on one Windows Machine

2017-05-16 Thread adnan
I am not referring to Apache (the web server). This is with reference with JMS broker APACHEMQ. We are fine with upgrading it, but looks like after the upgrade i will end up making lot more changes than what i can live with in 4.1.2. Let me make myself clear here, i am looking for ways by which i

RE: How do I Set Up Multiple ActiveMQ Services on one Windows Machine

2017-05-15 Thread Tim Bain
Are you in fact talking about running Apache (the web server) as your message seems to state, not Apache (the open source foundation) ActiveMQ (the JMS broker)? If so, you're on the wrong mailing list. If not, then yes, you should definitely upgrade from 4.1.2 to something produced this decade, eve

RE: How do I Set Up Multiple ActiveMQ Services on one Windows Machine

2017-05-15 Thread bbuzzard
Set Up Multiple ActiveMQ Services on one Windows Machine Thank you for your response. For the most part i am able to run multiple instances of apache on a single Linux machine. As rightly identified updated the XML files with different port and able to process XML files through the MQ. But when

RE: How do I Set Up Multiple ActiveMQ Services on one Windows Machine

2017-05-15 Thread adnan
Thank you for your response. For the most part i am able to run multiple instances of apache on a single Linux machine. As rightly identified updated the XML files with different port and able to process XML files through the MQ. But when trying to stop a specific service its always stopping the

RE: How do I Set Up Multiple ActiveMQ Services on one Windows Machine

2017-05-12 Thread bbuzzard
ectors and NetworkBridges in the "activemq.xml" file unique too. From: Billy Buzzard Sent: Friday, May 12, 2017 11:13 AM To: 'adnan [via ActiveMQ]' Subject: RE: How do I Set Up Multiple ActiveMQ Services on one Windows Machine Yes I was able to get it working. From the con

RE: How do I Set Up Multiple ActiveMQ Services on one Windows Machine

2017-05-12 Thread bbuzzard
ll contain a script that has the same name as the instance, "test", that is used to launch the instance. Configuration information is stored in the "/opt/test/conf" folder. From: adnan [via ActiveMQ] [mailto:ml+s2283324n472589...@n4.nabble.com] Sent: Wednesday, May 10,

Re: How do I Set Up Multiple ActiveMQ Services on one Windows Machine

2017-05-11 Thread adnan
Any luck with this? Were you able to get this to work on a Windows machine? I am trying to do the same in a Linux machine. If possible could you outline the steps you had taken to fix this? -- View this message in context: http://activemq.2283324.n4.nabble.com/How-do-I-Set-Up-Multiple-ActiveMQ

Re: How do I Set Up Multiple ActiveMQ Services on one Windows Machine

2016-07-21 Thread Tim Bain
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