Re: ActiveMQ deployment

2015-12-02 Thread Rallavagu
ed that to "master" "slave" for convenience, Full jolokia REST docs here: https://jolokia.org/reference/html/protocol.html -Original Message- From: Rallavagu [mailto:rallav...@gmail.com] Sent: Wednesday, December 02, 2015 3:38 PM To: users@activemq.apache.org Su

RE: ActiveMQ deployment

2015-12-02 Thread Basmajian, Raffi
jolokia REST docs here: https://jolokia.org/reference/html/protocol.html -Original Message- From: Rallavagu [mailto:rallav...@gmail.com] Sent: Wednesday, December 02, 2015 3:38 PM To: users@activemq.apache.org Subject: Re: ActiveMQ deployment [ EXTERNAL ] Raffi, BTW, I am unable to get any res

Re: ActiveMQ deployment

2015-12-02 Thread Rallavagu
ope that helps Raffi -Original Message- From: Rallavagu [mailto:rallav...@gmail.com] Sent: Wednesday, December 02, 2015 1:34 PM To: users@activemq.apache.org Subject: Re: ActiveMQ deployment [ EXTERNAL ] Raffi, Thanks for the pointer. Completed a bit of reading and understanding the "upd

Re: ActiveMQ deployment

2015-12-02 Thread Rallavagu
1:34 PM To: users@activemq.apache.org Subject: Re: ActiveMQ deployment [ EXTERNAL ] Raffi, Thanks for the pointer. Completed a bit of reading and understanding the "updateClusterClients" option also read the blog http://bsnyderblog.blogspot.com/2010/10/new-features-in-activemq-54-au

RE: ActiveMQ deployment

2015-12-02 Thread Basmajian, Raffi
hosts; the advantage of using LB/wide-IP is avoiding all this complexity at the client level. Hope that helps Raffi -Original Message- From: Rallavagu [mailto:rallav...@gmail.com] Sent: Wednesday, December 02, 2015 1:34 PM To: users@activemq.apache.org Subject: Re: ActiveMQ deployment [ EXTERNA

Re: ActiveMQ deployment

2015-12-02 Thread Rallavagu
ence here http://activemq.apache.org/failover-transport-reference.html Hope that helps Raffi -Original Message- From: Rallavagu [mailto:rallav...@gmail.com] Sent: Tuesday, December 01, 2015 7:33 PM To: users@activemq.apache.org Subject: Re: ActiveMQ deployment [ EXTERNAL ] Raffi,

Re: ActiveMQ deployment

2015-12-01 Thread Rallavagu
ailto:rallav...@gmail.com] Sent: Tuesday, December 01, 2015 7:33 PM To: users@activemq.apache.org Subject: Re: ActiveMQ deployment [ EXTERNAL ] Raffi, Thanks. This is interesting. What do you mean by "If connection fails, assuming transport connector is configured to update client with clu

RE: ActiveMQ deployment

2015-12-01 Thread Basmajian, Raffi
only, not stomp, ws, amqp: Full reference here http://activemq.apache.org/failover-transport-reference.html Hope that helps Raffi -Original Message- From: Rallavagu [mailto:rallav...@gmail.com] Sent: Tuesday, December 01, 2015 7:33 PM To: users@activemq.apache.org Subject

RE: ActiveMQ deployment

2015-12-01 Thread Basmajian, Raffi
m: James A. Robinson [mailto:j...@highwire.org] Sent: Tuesday, December 01, 2015 7:32 PM To: users@activemq.apache.org Subject: Re: ActiveMQ deployment [ EXTERNAL ] So when I was building my system I had wanted to use M/S, but the documentation had indicated the old M/S was deprecated in favor of the n

Re: ActiveMQ deployment

2015-12-01 Thread Rallavagu
nt config, but leverage ActiveMQ cluster aware clients library to manage connection failovers. Hope that helps, Raffi -Original Message- From: Rallavagu [mailto:rallav...@gmail.com] Sent: Tuesday, December 01, 2015 2:57 PM To: users@activemq.apache.org Subject: Re: ActiveMQ deplo

Re: ActiveMQ deployment

2015-12-01 Thread James A. Robinson
gt; Hope that helps, > > Raffi > > > -Original Message----- > From: Rallavagu [mailto:rallav...@gmail.com] > Sent: Tuesday, December 01, 2015 2:57 PM > To: users@activemq.apache.org > Subject: Re: ActiveMQ deployment [ EXTERNAL ] > > Now, I am getting a clearer pict

RE: ActiveMQ deployment

2015-12-01 Thread Basmajian, Raffi
t config, but leverage ActiveMQ cluster aware clients library to manage connection failovers. Hope that helps, Raffi -Original Message- From: Rallavagu [mailto:rallav...@gmail.com] Sent: Tuesday, December 01, 2015 2:57 PM To: users@activemq.apache.org Subject: Re: ActiveMQ deployment [ EX

Re: ActiveMQ deployment

2015-12-01 Thread Rallavagu
using standalone brokers, just use failover:() protocol from client. Master/Slave is true failover. -Original Message- From: Rallavagu [mailto:rallav...@gmail.com] Sent: Tuesday, December 01, 2015 1:06 PM To: users@activemq.apache.org Subject: Re: ActiveMQ deployment [ EXTERNAL ] Thanks

RE: ActiveMQ deployment

2015-12-01 Thread Basmajian, Raffi
: Tuesday, December 01, 2015 1:06 PM To: users@activemq.apache.org Subject: Re: ActiveMQ deployment [ EXTERNAL ] Thanks again Johan. As the failover is configured at the client end how would the configuration for combined deployment look like? I was thinking on the lines of NOB because the messages are

Re: ActiveMQ deployment

2015-12-01 Thread Rallavagu
Thanks again Johan. As the failover is configured at the client end how would the configuration for combined deployment look like? I was thinking on the lines of NOB because the messages are forwarded to other broker(s) thus achieving failover capabilities in case the original broker is failed

Re: ActiveMQ deployment

2015-12-01 Thread Johan Edstrom
You want to combine them, the NOB is for communication but JMS is still store and forward, i.e if a machine dies, you can have multiple paths, what was in the persistence store of said machine is still “dead” until the machine is revived, that’s where the Master / Slave(s) come in. They’ll jump

Re: ActiveMQ deployment

2015-11-30 Thread Rallavagu
Thanks Johan. My goal is to achieve high availability (with failover) for producer and consumer in addition to mitigate a situation of "there is a chance that one broker has producers but no consumers". As per the documentation, it sounds like NOB is an option which can offer failover and sc

Re: ActiveMQ deployment

2015-11-30 Thread Johan Edstrom
What you probably want is a combination of HA and communication. HA I.e master and slave(s) (Depending on storage) gives you uptime. NOB gives you communication paths and as such scalability and for some value of it versatility. You can also use the two above and combine that with bridges to bui

Re: ActiveMQ deployment

2015-11-30 Thread Rallavagu
After spending some time reading, with reference to the following link, http://activemq.apache.org/clustering.html What I am trying to figure out is if it is possible to achieve a cluster with fault tolerance deploying with "Networks of brokers" or should I consider "Master/Slave" in addition

Re: ActiveMQ deployment

2015-11-25 Thread Rallavagu
Any takers on this? Thanks. On 11/24/15 1:37 PM, Rallavagu wrote: All, What is the recommended deployment architecture for an enterprise? 1. Master/Slave with replicated Level DB (http://activemq.apache.org/replicated-leveldb-store.html) 2. Network of Brokers for scalability 3. Hybrid In ca

Re: ActiveMQ deployment options

2008-10-05 Thread Bruce Snyder
On Sun, Oct 5, 2008 at 2:20 PM, akkij <[EMAIL PROTECTED]> wrote: > > Thanks Bruce for the reply. > > Does it mean that ActiveMQ embedded within tomcat gives better performance > as there is no network call involved? If ActiveMQ is embedded in the Tomcat process and you have applications running in

Re: ActiveMQ deployment options

2008-10-05 Thread akkij
Thanks Bruce for the reply. Does it mean that ActiveMQ embedded within tomcat gives better performance as there is no network call involved? Akash bsnyder wrote: > > On Sun, Oct 5, 2008 at 2:00 PM, akkij <[EMAIL PROTECTED]> wrote: >> >> Hi, >> >> We have decided to use ActiveMQ for asynchro

Re: ActiveMQ deployment options

2008-10-05 Thread Bruce Snyder
On Sun, Oct 5, 2008 at 2:00 PM, akkij <[EMAIL PROTECTED]> wrote: > > Hi, > > We have decided to use ActiveMQ for asynchronous messaging involved in one > of our projects. I have been going through various documentation related to > ActiveMQ; however i am looking for a specific information which > u