Re: OOM with high KahaDB index time

2010-02-11 Thread Rob Davies
Are you using Durable Topic Consumers ? On 11 Feb 2010, at 21:41, rideallday wrote: Umm, actually I'm still seeing issues with high Index times for topics. My test case is: Send a huge amount of messages into the broker. Let several hundred thousand accumulate. Then start consumers and

Question about ActiveMQ 5.3.0 maven dependencies

2010-02-11 Thread C. Allain
When I run maven for a dependency:tree of activemq-core-5.3.0, I get this: [INFO] \- org.apache.activemq:activemq-core:jar:5.3.0:compile [INFO]+- commons-logging:commons-logging-api:jar:1.1:compile [INFO]+- org.apache.geronimo.specs:geronimo-jms_1.1_spec:jar:1.1.1:compile [INFO]+- org

ObjectMessage questions-

2010-02-11 Thread pulseguy
I am using activeMQ to host messages being passed between our linux DB server and our windows print server. Currently there is a legacy scp transfer in place, so the message system only needs to pass filenames across - although I am looking at passing messages in future, it may be complicated by

Re: createTablesOnStartup

2010-02-11 Thread H. Willstrand
On Thu, Feb 11, 2010 at 12:59 PM, lernit2007 wrote: > > Hello, > > i want to change the SQL-Datatypes. My database is oracle. I have the > following configuration in activemq-jdbc.xml > > >       createTablesOnStartup="true"/> >         >         >           >         >       >     > > But If I

Re: ActiveMQ with HTTPS: message string too long

2010-02-11 Thread packetrider
Yes, it sure looks like this bug. I guess we'll have to wait till 2.4 is out, do you know when it's coming out? Thanks a lot rajdavies wrote: > > Looks like you could have ran into this bug: > http://issues.apache.org/activemq/browse/AMQ-1308 > - you could try a 5.4-SNAPSHOT - which would h

Re: OOM with high KahaDB index time

2010-02-11 Thread rideallday
Umm, actually I'm still seeing issues with high Index times for topics. My test case is: Send a huge amount of messages into the broker. Let several hundred thousand accumulate. Then start consumers and see how long it takes to drain the queues and topics. The result is: For queues- excellent.

Re: why is sample app connecting to standalone broker?

2010-02-11 Thread Gary Tully
vm: will create an embedded broker if one is not already started there is a ?create=false option on the url if you don't want that. see: http://activemq.apache.org/vm-transport-reference.html for some more detail On 9 February 2010 06:12, bhomass wrote: > > I am running the demo webapp in the d

Re: Log4J ActiveMQ JMS Appender

2010-02-11 Thread Gary Tully
This is really down to log4j configuration. ## Be sure that ActiveMQ messages are not logged to 'jms' appender log4j.logger.org.apache.activemq=INFO, STDOUT should do it, unless it is picking up appenders from the rootlogger. The problem is if any logging is produced during ActiveMQ connection c

Re: Log4J ActiveMQ JMS Appender

2010-02-11 Thread fehm
Hi, although this topic seems to be outdated and I have read the documentation : is there a solution/hint to this issue ? Unfortunately, I'm experiencing the same with the following log4j config : laser.conversion.pattern=%d{HH:mm:ss} [%-20t] %-5p %-20c{1} ==> %m%n # two appenders have been con

createTablesOnStartup

2010-02-11 Thread lernit2007
Hello, i want to change the SQL-Datatypes. My database is oracle. I have the following configuration in activemq-jdbc.xml But If I start the broker new then the type of the binaryDataType is the same(BLOB). Can you please tell me what

Can 2 different machines running each one 2 SMX instances share the same queueing engine ?

2010-02-11 Thread cmoulliard
Hi, Can 2 different machines running each one 2 ServiceMix 4.x instances share the same queueing engine ? ex : - Machine 1 : SMX A & SMX B - Machine 2 : SMX C & SMX D My idea is that the instances SMX A, B and SMX C, D contain Camel routes running in parrallel and reading or placing messages i

Re: OpenWire vs. STOMP

2010-02-11 Thread Dejan Bosanac
Hi, the point of Stomp protocol is to be easy to implement on the client side, so that it can be used from practically any environment (scripting languages and such). If you're using Java, .NET or any other similar environment, OpenWire should be your choice. Cheers -- Dejan Bosanac - http://twit