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: 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: 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 , c , d c- a, b , d

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

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: 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

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.

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