problem in network of brokers

2008-05-07 Thread peanutgyz
now , when is use queue in network of brokers to build broker cluster, it works well but , when i use topic , messages block there. i don't know why. i use two brokers, localhost and lab and in localhost add networkConnector to forward messages to broker lab. i use the example topicPublishe

AMQ 5.1 - How to get a list of Queues

2008-05-07 Thread shaf
Hello, I am trying to get a list of existing Queues with the following code: ActiveMQConnectionFactory connectionFactory = new ActiveMQConnectionFactory( server ); ActiveMQConnection amqcon = connectionFactory.createConnection(); Set amqs = amqcon.getDestinationSource().g

Re: [ANNOUNCE] Apache ActiveMQ 5.1.0

2008-05-07 Thread realSri
Hi, Reg: AMQ 5.0 Stable release "PS Old Gen" Memory is growing continuously (http://issues.apache.org/activemq/browse/AMQ-1662) Thanks for the 5.1 release ! Could you please give an update on the status of the above issue ? Since there is no response, it is not clear if the issue is fixed in 5.1

Re: ActiveMQ 4.1.1 server freezes

2008-05-07 Thread Daryl Richter
jgunz wrote: I have been using ActiveMQ 4.1.1 for awhile in a production product and recently we have been seeing occasional lock-ups/freezes that go away when we restart ActiveMQ. From our clients or from the ActiveMQ log we cannot see that there is a problem, we just stop seeing message through

Timestamp in output of query command

2008-05-07 Thread Badri
Hi We are running the ./query command against Active MQ 4.0.1 version to detect slow consumers. Question 1: Currently we are setting log level to DEBUG for Active MQ. Is there any statement logged to the log file whenever active mq detects a slow consumer & publisher is unable to publish data?

Re: NMS library hangs when connection to ActiveMQ is broken

2008-05-07 Thread Michael Franz
semog wrote: > > I have checked in a fix for the timeout looping issue. I have more > changes coming, but I felt that these changes were important enough to > get checked in as soon as possible. Dealing with error handling code > is difficult. If anyone having this particular problem would ca

Options for Shared File System Master Slave

2008-05-07 Thread janylj
Hello, I am researching on the options for Shared File System Master Slave and found this comment earlier: "You really have three choices: NAS: CIFS or NFS; SAN: GFS (cluster file system)" I don't have much knowledge on NAS or SAN. Would you please recommend some products for these technologi

Re: when config network of brokers, got NC_localhost_outbound err

2008-05-07 Thread peanutgyz
yeah, thanks a lot, just got it ttmdev wrote: > > Have you given the three broker's unique names? > > Joe > Get a free ActiveMQ user guide at www.ttmsolutions.com > > > > peanutgyz wrote: >> >> i use 3 brokers, a b c. >> then i want point a to b , c to b, >> like this a --> b <-- c

Re: when config network of brokers, got NC_localhost_outbound err

2008-05-07 Thread ttmdev
Have you given the three broker's unique names? Joe Get a free ActiveMQ user guide at www.ttmsolutions.com peanutgyz wrote: > > i use 3 brokers, a b c. > then i want point a to b , c to b, > like this a --> b <-- c > > but , when connection between a and b is establised, > connect c

when config network of brokers, got NC_localhost_outbound err

2008-05-07 Thread peanutgyz
i use 3 brokers, a b c. then i want point a to b , c to b, like this a --> b <-- c but , when connection between a and b is establised, connect c to b , got NC_localhost_outbound already connected from "c addres" my config like this a config, - - c config - -

Re: How do i configure the http transport connector to use a proxy?

2008-05-07 Thread j0llyr0g3r
Hi folks, i finally got it working like this: Broker 1: http://0.0.0.0:61617"/> http://broker-2:61617?proxyHost=myProxy&proxyPort=3128)" networkTTL="5"/> Broker 2: http://0.0.0.0:61617"/> http://broker-1:61617?pr

[ANNOUNCE] Apache ActiveMQ 5.1.0

2008-05-07 Thread Hiram Chirino
The ActiveMQ team is pleased to announce the release of ActiveMQ 5.1.0. This release fixes a large number of bugs that were in the 5.0.0 which only expose themselves when the broker is used in anger. It is highly recommended that all 5.0.0 users upgrade to 5.1.0 as soon a possible. You can downlo

Re: How to configure AMQ to use a database cluster instead of a single db?

2008-05-07 Thread j0llyr0g3r
Hi, i assume you have an already configured mysql-cluster with a database called activemq_1: * Use a data-source like the following for the activemq-instance: * Note the url jdbc:mysql://db_host_1,db_host_2/activemq1? This tells activemq basically that t

Re: IndividualDeadLetterStrategy in AMQ 5.1.0

2008-05-07 Thread Manu86
Hello, I have the same problem... Did you manage to solve it ? Or is there another way to set the dead letter queue for each queue ? RavshanKos wrote: > > Hello, all! > > I have trouble with IndividualDeadLetterStrategy usage. > We need to move expired messages into some queue. > ActiveMQ

Re: How to configure AMQ to use a database cluster instead of a single db?

2008-05-07 Thread Ivan Jovanovic
I have the same question? Did anyone implemented this kind of configuration? Cheers, Ivan j0llyr0g3r wrote: > > Hey folks, > > i have a configuration problem which hopefully can be solved: > > I have an up and running mySQL-Cluster consisting of 2 nodes (let's say > mydbhost1 and mydbhost2)

ActiveMQ 4.1.1 server freezes

2008-05-07 Thread jgunz
I have been using ActiveMQ 4.1.1 for awhile in a production product and recently we have been seeing occasional lock-ups/freezes that go away when we restart ActiveMQ. From our clients or from the ActiveMQ log we cannot see that there is a problem, we just stop seeing message throughput . I'm at

NMS ActiveMQ "Dead Lock" on Produce / Consume

2008-05-07 Thread Cedric Tallichet
Hello, We are testing ActiveMQ (version 5) and NMS ActiveMQ (fresh SVN update). First tests were working well.. But at a time, the NMS part "blocked", and was unable to consume or produce any more message. Do you have any known issues? I don't find anything on Jira. It's seems the Latch mutex w

Location for Flash crossdomain.xml files inside ActiveMQ 5

2008-05-07 Thread athind
Hello, I just created a Flash application that uses Stomp with ActiveMQ. I need to place a flash crossdomain.xml file inside ActiveMQ to get past the security sandbox restrictions of flash as my flash app is hosted on a different server. Can anyone please point out where inside ActiveMQ 5.1 's