ActiveMq and Table Creation

2008-02-15 Thread jaya_srini
Hi I am new to ActiveMq so apologies in advance if this has been posted before. We are using ActiveMq 5.0 . We noticed that it tries to create the ActiveMQ tables on startup even if they already exists. Is there an option to tell the persistence adapter to create it only if it doesn't exist? I

Re: Regarding Store and Forward: Network of Brokers

2008-02-15 Thread Bruce Snyder
On Fri, Feb 15, 2008 at 9:23 AM, GeekPro <[EMAIL PROTECTED]> wrote: ... > >> When I configured with 4 brokers with mesh top'lgy > >> a->b , c , d. > >> b-> a , c , d > >> c-> a, b , d > >> d-> a, b, c > >> > >> It didn't worked when the brokers in the network are more than 2. If > >>

Re: Pure Master Slave not working

2008-02-15 Thread ttmdev
I've been using ActiveMQ 5.1 on XP and so far it's been pretty steady-eddy wrt pure master/slave. However, I don't think I've been kicking the tires as long and hard as you guys. There are a couple of related JIRA's: https://issues.apache.org/activemq/browse/AMQ-1257 https://issues.apache.org

Re: Network of Brokers - Broker A talking to Broker B

2008-02-15 Thread wha
My Consumer works when I send messages locally. The problem seems to be that BrokerA is not sending the messages to BrokerB. wha wrote: > > 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. >

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: http://activemq.org/config/1.0"; brokerName="brokerA" dataDir

Re: Maximum number of durable topics per MQ instance.

2008-02-15 Thread ttmdev
FYI - I downloaded AIO4J and give it a whirl against ActiveMQ 5. Unless I'm missing something, AIO4J is not supported in ActiveMQ 5. The 'activeio' and 'aio' transport schemes (e.g., activeio:aio://localhost:61616 or aio://localhost:61616) are not supported and there is no reference in the activ

C# NMS questions.

2008-02-15 Thread [EMAIL PROTECTED]
I have a few implementation questions I was hoping someone would be kind enough to answer. I have a C# 2.0 windows forms application, using NMS checked out from the trunk, server is activemq 5.0. The forms application is an MDI. I have the main frame holding the connection/session, and each for

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: Regarding Store and Forward: Network of Brokers

2008-02-15 Thread GeekPro
bsnyder wrote: > > On Thu, Feb 14, 2008 at 6:02 PM, GeekPro <[EMAIL PROTECTED]> wrote: > >> Thanku so much... >> Finally I configured with 2 brokers pointing each other >> A->b and b->A >> It worked fine. >> >> When I configured with 4 brokers with mesh top'lgy >> a->b , c , d. >> b-> a

Re: Active MQ Client crash

2008-02-15 Thread TheOnlyDan
Hi, I finally managed to find a good solution to my problem. I don't have a problem anymore with ActiveMQ going down and up. Sorry about the noise, Cheers, Dan. -- View this message in context: http://www.nabble.com/Active-MQ-Client-crash-tp15356897s2354p15502542.html Sent from the ActiveMQ -

Re: ActiveMq Examples - EmbeddedBroker

2008-02-15 Thread ttmdev
The "[activemq_install_dir]/bin activemq" command will start a standalone broker that, by default, uses the "[activemq_install_dir]/conf/activemq.xml" configuration file. You're most likely getting the bind error because the default JMX management port (1099) has been taken by another process on

Re: ActiveMq Examples - EmbeddedBroker

2008-02-15 Thread sidhik
JVM_Bind error is due to port config... find out on cmd prompt thru NETSATAT -a .. may be u get something shoba wrote: > > Hi, > I'm using ActiveMq from 2 weeks, when I'm running ant embedBroker in > activemq/examples folder, the activemq server is starting. but I'm unable > to close act

ActivemQ Jmeter

2008-02-15 Thread sidhik
I am trying to figure out how to configure the jmeter test suite that ships with activeMQ with no luck. I have go it to a point where I can see some data flowing through the tcp socket between the jmeter and my brokers. However I have absolutely no idea as to which topic it connects to !! Where ca

ActiveMq Examples - EmbeddedBroker

2008-02-15 Thread shoba
Hi, I'm using ActiveMq from 2 weeks, when I'm running ant embedBroker in activemq/examples folder, the activemq server is starting. but I'm unable to close activemq server. I closed console in Eclipse. But activemq server is running. All the examples in example folder are running. But http://l