how can i configure a high available pure Master/Slaver cluster?

2008-11-26 Thread Will Zhuang
hi, i found a high available pure Master/Slaver cluster in the user guide,i have some confuse: http://www.nabble.com/file/p20713698/ha.jpeg 1/ is it one instance of activemq or two in one machine? 2/how can i configure it ? thanks. -- View this message in context: http://www.nabble.com/how-ca

Re: Question about RoundRobbinDispatchPolicy

2008-11-26 Thread Bruce Snyder
On Wed, Nov 26, 2008 at 6:58 PM, WhiteSock <[EMAIL PROTECTED]> wrote: > > 1 Start consumer A which subscribes Queue1, it receives the message without > delay. > 2 Start consumer B which subscribes Queue1, it delays 5 seconds after > receiving every messages(sleep 5 seconds in onMessage method). > 3

Re: apachectl - Apache HTTP Server Control Interface Not Working

2008-11-26 Thread Bruce Snyder
On Wed, Nov 26, 2008 at 6:30 PM, apache123 <[EMAIL PROTECTED]> wrote: > > Hi, > I tried apachectl on two Linux hosts where Apache HTTP Server is > installed. The command is giving result only on one host not on the other. > > Commands: > apachectl help > apachectl -v > apachectl -V > > Hosts wher

Question about RoundRobbinDispatchPolicy

2008-11-26 Thread WhiteSock
1 Start consumer A which subscribes Queue1, it receives the message without delay. 2 Start consumer B which subscribes Queue1, it delays 5 seconds after receiving every messages(sleep 5 seconds in onMessage method). 3 Start producer C and send a message(message0, message1, message2, message3...) t

apachectl - Apache HTTP Server Control Interface Not Working

2008-11-26 Thread apache123
Hi, I tried apachectl on two Linux hosts where Apache HTTP Server is installed. The command is giving result only on one host not on the other. Commands: apachectl help apachectl -v apachectl -V Hosts where Apache HTTP Server installed and apachectl command ran: 1. Red Hat Enterprise Linux

Re: Activemq 5.0.0 working on Linux?

2008-11-26 Thread wallace
Thanks Dejan, I already removed the network connectors part (that was my guess too). But the problem persist. It does not happen on another linux 64 machine. Still figuring why it happens on this machine. Thanks much, -Wallace Hi Wallace,

Why an embedded broker can be unavailable?

2008-11-26 Thread David Borja
Hi activemq users .. I'm having a problem with an embedded broker inside mule. For some reason the broker is getting down and an exception is thrown: ERROR 2008-11-25 09:46:26,826 [ActiveMQ Transport Server: tcp://localhost:0] org.apache.activemq.broker.TransportConnector: Could not accept conne

Re: Web console not working with embedded broker setup via java with no xml configuration.

2008-11-26 Thread James Strachan
2008/11/26 darrickc <[EMAIL PROTECTED]>: > > Ahh, ok. Thank you for your help I'll work with your suggestions! BTW here's how we boot up the admin console in the source code using Java and no spring/XML... http://svn.apache.org/viewvc/activemq/trunk/activemq-web-console/src/test/java/org/apache/ac

Re: Web console not working with embedded broker setup via java with no xml configuration.

2008-11-26 Thread darrickc
Ahh, ok. Thank you for your help I'll work with your suggestions! James.Strachan wrote: > > 2008/11/26 darrickc <[EMAIL PROTECTED]>: >> >> I'm confused. It seems that the WebConsole-README.txt that comes with >> ActiveMQ 5.1 contradicts what you say... The first sentence in the file >> states:

Re: Web console not working with embedded broker setup via java with no xml configuration.

2008-11-26 Thread James Strachan
2008/11/26 darrickc <[EMAIL PROTECTED]>: > > I'm confused. It seems that the WebConsole-README.txt that comes with > ActiveMQ 5.1 contradicts what you say... The first sentence in the file > states: > In the default configuration ActiveMQ automatically starts the web console > in the > same VM as t

Re: Web console not working with embedded broker setup via java with no xml configuration.

2008-11-26 Thread darrickc
I'm confused. It seems that the WebConsole-README.txt that comes with ActiveMQ 5.1 contradicts what you say... The first sentence in the file states: In the default configuration ActiveMQ automatically starts the web console in the same VM as the broker. The console is accessibly under http://loca

Re: Activemq 5.0.0 working on Linux?

2008-11-26 Thread Dejan Bosanac
Hi Wallace, try disabling multicast (which was set by default in 5.0) and see if it helps. Cheers -- Dejan Bosanac http://www.ttmsolutions.com - get a free ActiveMQ user guide ActiveMQ in Action - http://www.manning.com/snyder/ Scripting in Java - http://www.scriptinginjava.net wallace wr

how to send a jms message from a webservice to JMS queue

2008-11-26 Thread manish_goyal
Hi, I am using a scenario where i am sending a message to ActiveMQ queue. I am creating a service unit which is consuming that message from the queue using WSDL and WebService, and i am updating the message in this serviceunit. >From the service-unit i want to send that message to another JMS qu

Re: db2 data source in ActiveMQ3.2.1

2008-11-26 Thread James Strachan
I'd recommend you upgrade - 3.x is about 4 years old! :) 2008/11/26 Raj_New <[EMAIL PROTECTED]>: > > Please let me know if I can use db2 data source in ActiveMQ3.2.1 ? Is it > possible to use db2 in version 3.2.1 or not ? > -- > View this message in context: > http://www.nabble.com/db2-data-sourc

db2 data source in ActiveMQ3.2.1

2008-11-26 Thread Raj_New
Please let me know if I can use db2 data source in ActiveMQ3.2.1 ? Is it possible to use db2 in version 3.2.1 or not ? -- View this message in context: http://www.nabble.com/db2-data-source-in-ActiveMQ3.2.1-tp20698167p20698167.html Sent from the ActiveMQ - User mailing list archive at Nabble.com

Re: How to use db2 driver 4 in ActiveMQ 3.2.1

2008-11-26 Thread Raj_New
Please let me know if any one has used db2 driver for activeMQ-3.2.1... Raj_New wrote: > > I need to use db2 type 4 driver in ActiveMQ 3.2.1...can any buddy please > let me the steps to follow to implement it Currently its using derby > ...when i cange activemq.xml for db2 it says db2 drv

Re: Web console not working with embedded broker setup via java with no xml configuration.

2008-11-26 Thread Dejan Bosanac
Hi, in order to use web console you have to start web server (Jetty) and deploy web console application to it. You can find application war at the following url: http://repo2.maven.org/maven2/org/apache/activemq/activemq-web-console/5.2.0/activemq-web-console-5.2.0.war and consult Jetty document