NPE: java.net.UnknownHostException

2008-12-15 Thread MaenXe
I'm having an issue with my Network of Brokers configuration and an upgrade to 5.2. The configuration we had in 5.1(which worked fine) was: and Now in 5.2, it doesn't like the uri and/or discoveryUri and we get the following error

dropping messages

2008-12-15 Thread Eugene79
Hi all, We are using ActiveMQ 5.1.0 with durable topics. I conducted a load test and concluded that ActiveMQ slows to a crawl when there are multiple orphaned subscriptions (i.e. durable subscribers that are no longer used but are accumulating pending messages). After deleting the orphaned subscr

Re: new ActiveMQConnectionFactory Error

2008-12-15 Thread Iclo
Yes, that's solve the bug :D Thanks a lot, Best regards Iclo Dejan Bosanac wrote: > > Hi, > > you are missing some dependecies in your classpath. Can you try adding > activemq-all-x.x.jar to your classpath. > > Cheers > Dejan > > > On Mon, Dec 15, 2008 at 4:07 PM, Iclo wrote: > >> >> He

RE: SSL Support in CMS?

2008-12-15 Thread Timothy Bish
At this time we do not have SSL support in AMQ CPP. There are plans to add it at some point in the future, but currently there is no one working on it. We are always looking for folks to contribute though. Regards Tim On Mon, 2008-12-15 at 07:33 -0800, mrh wrote: > With any of the recent buil

Re: new ActiveMQConnectionFactory Error

2008-12-15 Thread Dejan Bosanac
Hi, you are missing some dependecies in your classpath. Can you try adding activemq-all-x.x.jar to your classpath. Cheers Dejan On Mon, Dec 15, 2008 at 4:07 PM, Iclo wrote: > > Hello, > > I'm an newbie on ActiveMQ and i have this problem when i try create a > ActiveMQConnectionFactory in this

RE: SSL Support in CMS?

2008-12-15 Thread mrh
With any of the recent builds, has support for SSL been added to the AMQ-CPP library? If not, do you plan to add it anytime soon? Thanks, mrh tabish121 wrote: > > Note that this only works on Unix platforms, not windows. > -- View this message in context: http://www.nabble.com/SSL-Suppor

new ActiveMQConnectionFactory Error

2008-12-15 Thread Iclo
Hello, I'm an newbie on ActiveMQ and i have this problem when i try create a ActiveMQConnectionFactory in this piece of code: String user = ActiveMQConnectionFactory.DEFAULT_USER; String password = ActiveMQConnectionFactory.DEFAULT_PASSWORD; String url = ActiveMQC

Re: Async error occurred java.lang.NullPointerException

2008-12-15 Thread WhiteSock
Hi Gary, I am sorry that I could not pinpoint the exact reason about this issue. I was wondering that it may be caused by using "kill -9" to terminate the client program which sends or receives message. By the way, this issue seems to occur when the client program try to reconnect to th

Re: Active MQ CMS 2.2.2 / APR and Mingw

2008-12-15 Thread Timothy Bish
No, we recommend using Visual Studio to build on Windows. Regards Tim. On Mon, 2008-12-15 at 02:53 -0800, Richard Glanmark wrote: > I'm trying to build CMS 2.2.2 with Mingw but is running into difficulties > with the APR ./configure script. Generally asking: is Active MQ CMS 2.2.2 / > APR "supp

ActiveMQ Daemon Threads

2008-12-15 Thread WhiteSock
Hi all, I want to use daemon threads in ActiveMQ 5.2, so I made the following changes: 1 tcp://localhost:61616?daemon=true 2 ActiveMQConnection amqConnection = (ActiveMQConnection)connection; amqConnection.setSessionTaskRunner(new TaskRunnerFactory("ActiveMQ Session Task", ThreadPriorit

Active MQ CMS 2.2.2 / APR and Mingw

2008-12-15 Thread Richard Glanmark
I'm trying to build CMS 2.2.2 with Mingw but is running into difficulties with the APR ./configure script. Generally asking: is Active MQ CMS 2.2.2 / APR "supported" on the Mingw platform? -- View this message in context: http://www.nabble.com/Active-MQ-CMS-2.2.2---APR-and-Mingw-tp21011771p2101

Re: Deadlock on producerWindow.waitForSpace()

2008-12-15 Thread Danielius Jurna
Well. I'm using async send and producerWindowSize. An throttling control doesn't work at all. Here is the issue with unit test and patch: https://issues.apache.org/activemq/browse/AMQ-2033 -- View this message in context: http://www.nabble.com/Deadlock-on-producerWindow.waitForSpace%28%29-tp209