BrokerA.xml
http://activemq.org/config/1.0"; useJmx="false"
brokerName="BrokerA" persistent="true"
deleteAllMessagesOnStartup="false" shutdownOnMasterFailure="false"
populateJMSXUserID="true"
dataDirectory="${activemq.base}/data">
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
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:
>> >
>
Hi All,
I am basically trying to authenticate users while creating connection using
the Simple Authentication Plugin.
activemq.xml
===
Code Snippet
public class SimpleProducer {