Re: Regarding Store and Forward: Network of Brokers

2008-02-18 Thread wha
How did you make it work ? I've been trying forever to make my brokerA talk to my BrokerB I have the following setup: Consumer - BrokerB -- BrokerA - Producer My messages get stuck on Broker A, even though network connection between BrokerA and BrokerB has been established. I have set

Network of Brokers - Broker A talking to Broker B

2008-02-15 Thread wha
Hi, I'm using the latest snapshot 5.1 I'm having some problems with a really simple setup. I want broker A to send its messages to Broker B. Broker A has a producer and Broker B has a consumer. Here's my config for broker A: bean

Re: ActiveMQ 5.0 Web console deployment

2008-02-15 Thread wha
Don't know if this link can help you: http://activemq.apache.org/how-do-i-embed-a-broker-inside-a-connection.html http://activemq.apache.org/how-do-i-embed-a-broker-inside-a-connection.html I'm no expert but I'm guessing that you can start the embedded broker in a servlet in the init method.

Re: Start/Stop Consumer and duplicate message is received.

2008-02-13 Thread wha
Thanks for the info. I got it working. -- View this message in context: http://www.nabble.com/Re%3A-Start-Stop-Consumer-and-duplicate-message-is-received.-tp15423159s2354p15461022.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Consumer not consuming messages

2008-02-12 Thread wha
I can't see your entire code. I don't know if you have a setMessageListener(YourConsumerClass) for your consumer. Your consumer class must implement MessageListener. Jeroen van Bergen wrote: The producer is happily producing messages. I can browse them using the web front end

Start/Stop Consumer and duplicate message is received.

2008-02-11 Thread wha
Hi, I'm using the following version apache-activemq-5.1-20080208.142256-20.zip I have like 500 messages pending in the broker and I have the following consumer: public void run() { //Create a connection Connection conn = null;

Re: How to delete/remove the exampleA topic ?

2008-02-11 Thread wha
I found the following information from another thread and it works: Hi, You can disable advisory support in your broker config file : broker brokerName=localhost useJmx=true advisorySupport=false Regards, Jonas wha wrote: Hi, I'm very new to activeMQ. I can't figure

How to delete/remove the exampleA topic ?

2008-02-11 Thread wha
Hi, I'm very new to activeMQ. I can't figure out how to remove the exampleA queue or the ActiveMQ.Advisory.Consumer.Queue.example.A topic. Every time I delete it from the web admin interface it comes back. I don't know where to go or look to make it stop. Something is constantly publishing