Re: OpenWire C lib - where is it?

2007-04-13 Thread Hiram Chirino
Thats because it's not being actively maintained, but if your still interested, the source code is here: https://svn.apache.org/repos/asf/activemq/sandbox/openwire-c/ But I would recommend you checkout the c++ api which is actively maintained and up to date and compatible with the latest ActiveMQ

Re: active mq exceptions (when tomcat server is stopped)

2007-04-13 Thread lgestrin
i had similar problem to which i found solution described here http://www.nabble.com/activemq-throws-exception-on-tomcat-stop-log4j-related.-tf3574193s2354.html#a9988187 (make sure to close open connections) Suchitha Koneru (sukoneru) wrote: > > Hello active mq users, > I am usi

Re: activemq throws exception on tomcat stop log4j related.

2007-04-13 Thread lgestrin
Apparently, i did not release the listener appropriately. I was stopping connection insteadof closing. Once that was fixed, the problem went way. lgestrin wrote: > > Hello, > i am experiencing same problem that was described in this thread > http://www.nabble.com/active-mq-exceptions-%28when-tom

Re: STOMP latency vs other protocols

2007-04-13 Thread Hiram Chirino
Hi John, I would suggest investigating enabling the TCP_NO_DELAY option on the stomp sockets. This will tell the TCP socket to avoid buffering data (by default they make an effort to increase network throughput by putting more data into fewer IP packets). This should decrease your observed late

activemq throws exception on tomcat stop log4j related.

2007-04-13 Thread lgestrin
Hello, i am experiencing same problem that was described in this thread http://www.nabble.com/active-mq-exceptions-%28when-tomcat-server-is-stopped%29-tf3367534s2354.html#a9369314 tomcat version 5.5.17 activemq version 4.1.0 i am using activemq package to send/recieve messages in webapp - the br

Re: broker url and broker xbean config file

2007-04-13 Thread Christopher G. Stach II
Garner, Shawn wrote: > Is there a way to move the brokerURL into the activemq.xml file? > > So I can go from: > > > value="classpath:org/apache/activemq/xbean/activemq.xml" /> > > > >class="org.apache.activemq.ActiveMQConnectionFactory" > depends-on="broker"> > > >

broker url and broker xbean config file

2007-04-13 Thread Garner, Shawn
Is there a way to move the brokerURL into the activemq.xml file? So I can go from: To Shawn

Messages in AMQ are randomly not sent?

2007-04-13 Thread Luciano Mollea
Hi all. We're experiencing a strange situation here. It seems that randomly AMQ does not send a message, this happens depending on the load, this problem seems to happen more frequently as more threads concurrently send messages on the same queue. We're using ActiveMQ 4.1.0 as a standalone proces

Re: 3.1 broker OutofMemoryError : unable to create new native thread

2007-04-13 Thread Kevan Miller
On Apr 4, 2007, at 3:53 PM, robr wrote: server Env: 4 Gig Mem with 2048M max JVM heap assigned to java Linux amq1 2.6.12-1.1447_FC4smp #1 SMP Fri Aug 26 21:03:12 EDT 2005 x86_64 x86_64 x86_64 GNU/Linux JVM - java version "1.5.0_09" Java(TM) 2 Runtime Environment, Standard Edition