using apache-activemq-5.1-20080227.125551-32.zip with some problem.

2008-02-29 Thread Lephix
i was using AMQ 5.0 for 3 machine. make a network of brokers. they work well but got some bugs like high-memory, write socket error, channel inactive too long and so on.. i change the AMQ to 5.1 SNAPSHOT 20080220, lots of bugs seem to be fixed. but i got a problem. when i send more then 26 packag

ActiveMQ document is incorrect - Does anyone use the documetation at all?

2008-02-29 Thread lanchez
I got this from the documentation regarding the maven2 repo http://activemq.apache.org/activemq-500-release.html I cut and past the dependency section into my pom, but it did not work. How do I update the documentation? If someone will give me a login and show me how I will get it fixed.

Where is the maven2 repo for ActiveMQ

2008-02-29 Thread lanchez
Where is the maven2 repo for ActiveMQ jars? I tried: http://repo1.maven.org/maven2 and the latest was 4.0 I tried http://people.apache.org/repo/m2-snapshot-repository and there are no files under 5.0. There is a 5.1-SNAPSHOT but as I understand it 5.1 is not yet stable. -- View this message

Re: Single consumer for multiple brokers?

2008-02-29 Thread Stepan Koltsov
I'm playing with 5.0. How do you think, is it hard to write new Transport that consumes from multiple brokers? S. ttmdev wrote: > > Yes, I got similar results in my consumer testing. What version of AMQ are > you using? > > Your only recourse may be to multi thread your consumer and have it

Re: Single consumer for multiple brokers?

2008-02-29 Thread ttmdev
Yes, I got similar results in my consumer testing. What version of AMQ are you using? Your only recourse may be to multi thread your consumer and have it create a connection to each of the brokers. Joe Stepan Koltsov wrote: > > I could not make make fanout transport work for consuming. I c

Re: Single consumer for multiple brokers?

2008-02-29 Thread Stepan Koltsov
I could not make make fanout transport work for consuming. I configured transport as: fanout:(static:(tcp://localhost:12346,tcp://localhost:12345)) and messages were consumed only from one broker, and there were a lot of errors in log. S. ttmdev wrote: > > There is the composite 'fanout' tra

Re: Single consumer for multiple brokers?

2008-02-29 Thread ttmdev
There is the composite 'fanout' transport, which allows you to replicate a command across multiple brokers. However, when I last tested fanout, it worked well for producing, but not so well for consuming. http://activemq.apache.org/fanout-transport-reference.html There has also been some talk

Single consumer for multiple brokers?

2008-02-29 Thread Stepan Koltsov
Hi, please, help. Is it possible to connect single consumer to several brokers? There are several hosts with producers, each host has own broker. There are several hosts with consumers. Each consumer should consume messages from all producers. How is it possible to configure ActiveMQ for such

Producer locks while awaiting broker response

2008-02-29 Thread Wladimir Safonov
Hello, as I found in the older mailings some people experienced the same problem as I do in the moment. Seems like problem persisted already in the earlier versions of the broker (< 4.0), but no solution approach was found so far. So in my situation, I have a couple of topics, some of which s

java.lang.IllegalArgumentException: null xaRes

2008-02-29 Thread greenbean
Any suggestions on what would cause this? We are using Jencks 2.0. This is the first time we have seen this issue. This has been working fine for a long time. It still appears to be working now except for this one case. I am not sure how to investigate this issue. java.lang.IllegalArgumentEx

AjaxServlet questions

2008-02-29 Thread Brent Baxter
Okay, so I have read nearly everything I can find on the ActiveMQ web site and the various forums and I am still left with questions regarding how I can use the AjaxServlet in my application. Specifically what I seem to be missing is how do I configure the AjaxServlet to use my ActiveMQ topics? S

Re: ActiveMQ - Maven - ActiveIO

2008-02-29 Thread deepak.kumar
Thanks Chris & Toli, Chris, it appears from Toli's comment that activeio-core is not required by activemq. Can you confirm? Regards, Deepak. -- View this message in context: http://www.nabble.com/ActiveMQ---Maven---ActiveIO-tp14422739s2354p15763806.html Sent from the ActiveMQ - User mailing l

Re: ActiveMQ.DLQ and maxiumRedeliveries

2008-02-29 Thread Datacom - Marcelo
Hi, we areĀ  using active-mq since 4.0.1 and in version 5 we are getting dead queue problems, the weird thing is we do not use queues, we use topic in a publisher subscriber architecture. Our session is NOT transacted and we use auto-acknowledge and never call recover from a session. Here is w

Async error occurred: java.lang.IllegalStateException: With Pure Master/Slave

2008-02-29 Thread Tom Lynema
ActiveMQ 5.0.0 is running great on two boxes right up to the point where I try to make them master / slave. I've seen this error show up on these forums before, but none of the fixes work for me. Here is the line that I added to the config file on the slave: http://activemq.org/config/1.0"; m

Re: retry without using Failover Transport

2008-02-29 Thread James Strachan
On 29/02/2008, Qian Su <[EMAIL PROTECTED]> wrote: > > Hi, > > We are using Activemq version 4.1.1, tcp transport and we'd like the > producer to retry at least once in case of connection timeout to a broker. > The brokers are configured behind a load balancer. > > Does Activemq support retries

broadcast design question

2008-02-29 Thread dirkdaems
Hi, we would like to implement a system with X devices. Each device has a 'broadcast topic'. Messages posted on that topic should be received by the device it was originally sent to plus the other (X-1) devices in a reliable way: messages should not get lost in case of system shutdown or network