Shared File System Master/Slave Problem

2007-05-02 Thread TheKK
BrokerA.xml http://activemq.org/config/1.0"; useJmx="false" brokerName="BrokerA" persistent="true" deleteAllMessagesOnStartup="false" shutdownOnMasterFailure="false" populateJMSXUserID="true" dataDirectory="${activemq.base}/data">

Failover using Master/Slave Configuration(Slave Fail Error when Receiving message on a MasterSlave configuration)

2007-04-25 Thread TheKK
Scenario: == 1)Start the Master and Slave server 2) Start the Subscriber Application which is subscribing to topic T 3) Start the Publisher Application which publishing to topic T 4) Now the Subscriber Application is able to receive the messages published to topic T. Also,a slave fai

Re: Configure Simple Authentication Plugin in apache-activemq-4.1.1

2007-04-24 Thread TheKK
ts the createConnection() which should > fail > > On 4/24/07, James Strachan wrote: >> Could you show us the complete activemq.xml and the activemq log >> please? Are you running the broker using the activemq script? >> >> On 4/19/07, TheKK wrote: >> > >

Configure Simple Authentication Plugin in apache-activemq-4.1.1

2007-04-19 Thread TheKK
Hi All, I am basically trying to authenticate users while creating connection using the Simple Authentication Plugin. activemq.xml === Code Snippet public class SimpleProducer {