Re: Unable to start ActiveMQ

2007-12-13 Thread Rob Davies
Which version? On Dec 14, 2007, at 5:59 AM, Mani.. wrote: Hello, As per the instructions given in "Getting Start with ActiveMQ.." I am trying to run ActiveMQ but unfortunately it doesn't start and throws exception continuously like.. INFO NetworkConnector - Establishing net

Re: Already acknowledged messages are sent again at server restart (duplicate messages)

2007-12-13 Thread Rob Davies
The best thing to do would be to move to version 5 of ActiveMQ cheers, Rob On Dec 13, 2007, at 9:04 PM, Martin Grotzke wrote: Hi, currently we have the issue of messages, that are sent again at server restart on our production system. Unfortunately, on the test-system this is not reproduca

Unable to start ActiveMQ

2007-12-13 Thread Mani..
Hello, As per the instructions given in "Getting Start with ActiveMQ.." I am trying to run ActiveMQ but unfortunately it doesn't start and throws exception continuously like.. INFO NetworkConnector - Establishing network connection between from vm://localhost?network=true to tcp:/

Already acknowledged messages are sent again at server restart (duplicate messages)

2007-12-13 Thread Martin Grotzke
Hi, currently we have the issue of messages, that are sent again at server restart on our production system. Unfortunately, on the test-system this is not reproducable. I have seen, that in this mailing list and in the issue tracker this issue has been already discussed several times, but I could

Re: ActiveMQ + Jencks Performance

2007-12-13 Thread Mario Siegenthaler
I'd say it's a problem related to connection pooling (or the lack thereof). To do a simple test try replacing your ActiveMQConnectionFactory with the PooledActiveMQConnectionFactory (not sure about the name, but something along this line) Mario On 12/10/07, andriy_heikal <[EMAIL PROTECTED]> wrote

message bridge with WLS 10 and ActiveMQ

2007-12-13 Thread Ramki_kkd
Hi All, Has anyone configured a message bridge with ActiveMQ and WLS 10? I don't know how to create bindings file at ActiveMQ side. Any help would be highly appreciated. Thanks, RK -- View this message in context: http://www.nabble.com/message-bridge-with-WLS-10-and-ActiveMQ-tp14320304s2354p

Re: ActiveMQ thoughts

2007-12-13 Thread Nathan Mittler
Hey Rob, Agreed - this certainly smells of a flow control issue! The tricky bit is that two C++ clients can talk to each other without issue, whereas C#<->C++ doesn't work. Given that both clients are talking to the broker, you would think this wouldn't make any difference :) Regards, Na

Re: C# client support for SSL

2007-12-13 Thread Nathan Mittler
On a side note, we've got SSL on our todo list for C++ as well :). If you're thinking about putting SSL into C#, it might help work together to nail down the basic user interface. Some of our thoughts on how it should work from the user perspective were captured here: http://issues.apache

Re: C# client support for SSL

2007-12-13 Thread ewhauser
Boris, I was taking a look at this yesterday, and it does not look like the C# client supports SSL. If you only need to support SSL communications and want to patch the client, I think it would not be too difficult to alter TcpTransport to use System.Net.Security.SslStream when writing data to t

Re: ActiveMQ thoughts

2007-12-13 Thread Rainer Klute
Roger Hoover schrieb: > Can anyone confirm or deny the second issue mentioned (what seems like the > slow consumer problem)? > > "2. A Producer that producers more then 200 messages per sec locks up the > Broker when the Broker has only one client connected. This one was the > biggest issue to acc

Problem using http connector in 5.0.0

2007-12-13 Thread krv
Hi, I am facing a problem using http connector in 5.0.0. I have written a simple sender and receiver components to a queue. Here is what my configuration looks like: A simple receiver

ActiveMQConnection:onAsyncException

2007-12-13 Thread bill richard
hi,all i encountered one exception,which is listed below.I canot figure out why. help me,its urgent. WARN 2007-12-13 17:56:39,172 ActiveMQConnection:onAsyncException - Async exception with no exception listener: org.apache.activemq.transport.InactivityIOException: Channel was inactive for too lo

Network of brokers + multicast discovery, programmatically

2007-12-13 Thread Mathieu Guillaume
I'm trying to set up multiple clients, each one with its own embedded broker to which it talks in-VM, and to have all the brokers connected in a network through multicast discovery. I need to do this programmatically (so no xml configuration). I'm testing this with just two nodes so far, but the

Bug when setting transport.keepAlive

2007-12-13 Thread Carlos Quiroz
Hi I'm using ActiveMQ 5 (Taken from svn using the activemq_5 tag) and I was thinking to see how to setup that all my connections use the low level socket keep alive facility in Linux. I'm sending this message for an issue I found when trying to set this up. If this should rather go to the develo

Re: Getting WARN: Local transaction had not been commited. Commiting now.

2007-12-13 Thread Ashish Jain
Any help on this issue? Thanks Ashish On Dec 12, 2007 3:26 PM, Ashish Jain <[EMAIL PROTECTED]> wrote: > Hi, > I am using ACTIVE MQ 4.1.1. While running a MDB application with XA > transaction I am getting the following warning message. > > 17:12:21,577 WARN [ServerSessionImpl:10] Local transac

Working with Tomcat/WTP but not standalone Tomcat

2007-12-13 Thread JoC
I have some problems setting up ActiveMQ with a standalone Tomcat. I have created a minimal web app with a Spring MDP that works great if I use Eclipse with WTP. Clean tomcat, clean eclipse. New web project. However, if I export the app as a war and deploy to an external (also CLEAN) Tomcat I ge

Re: ActiveMQ with Spring

2007-12-13 Thread Rudi23
Hi James, this was a direct hit. I'm developing on the Eclipse RCP and so I had different jms.jar's visible from different plug in's. Thank you very much, Rudi James.Strachan wrote: > > Do you have multiple jms jars on the classpath? > > On 12/12/2007, Rudi23 <[EMAIL PROTECTED]> wrote: >> >