How to have autoreconnect in this situation

2007-12-10 Thread erolagnab
Hi, I'm using ActiveMQ 4.1.0 and Lingo 1.1. Using the following method, the client can't autoreconnect after ActiveMQ shutdown Client config: bean id=jmsFactory class=org.apache.activemq.pool.PooledConnectionFactory property name=connectionFactory bean

Re: Maven assembly with spring

2007-12-10 Thread Nguyen Kien Trung
Unfortunately when maven creates the jar file including all dependencies it extracts all of the jar files and then re-packages them into one. When it does this the spring.jar:META-INF/spring-schemas gets overwritten by the activemq-core.jar:META-INF/spring-schemas this causes spring to fail

Re: ActiveMQ and Coral8 integration

2007-12-10 Thread manish_mk
Can anybody please reply. Regards, Manish manish_mk wrote: Hello All, I am trying to integrated ActiveMQ with Coral8, when I run following command I am getting the errors as shown below, I am wondering if I am doing anything wrong. java com.coral8.adapter.JMSOutputAdapter

Re: High availability and persistency

2007-12-10 Thread Viswanath Durbha
I just had a question.Is it not possible to enable persistence in the configuration of the broker, but actually not persist any message? In that case, we'll have the advantage of HA with the slave coming up automatically, and also have the advantage of having multiple slaves. These two are the

Re: High availability and persistency

2007-12-10 Thread hagai
That's exactly what I tried to do. I mark all the messages as non persistent using messageProducer.setDeliveryMode(DeliveryMode.NON_PERSISTENT) but it seems that the broker does use persistency on these messages because the log files are updated. Am I missing something? Hagai. Viswanath Durbha

ActiveMQ + Jencks Performance

2007-12-10 Thread andriy_heikal
Hello all, I'm implementing ActiveMQ in Spring environment and using Jencks for consumer as a listener. Performance for 6000 messages sent in one time is 47msg/sec... but when testing ActiveMQ with simple java class I get about 3k msg/sec. Whats the problem? can anybody help me? anyway my

Re: Maven assembly with spring

2007-12-10 Thread Jonathan Share
Nguyen Kien Trung wrote: Unfortunately when maven creates the jar file including all dependencies it extracts all of the jar files and then re-packages them into one. When it does this the spring.jar:META-INF/spring-schemas gets overwritten by the activemq-core.jar:META-INF/spring-schemas

Re: Compatability between AMQ 4.1.1 and 5.0 Snapshot?

2007-12-10 Thread hbruch
Hi, as 4.1.1 brokers won't interoperate with 5.0 brokers, will 5.0 brokers be able to restore messages persisted by a 4.1.1 broker? Thanks, Holger DominicTulley wrote: What is the expected compatability between a JMS consumer using the AMQ 4.1.1 libraries and a server running a 5.0

Re: Maven assembly with spring

2007-12-10 Thread Jonathan Share
Jonathan Share wrote: Nguyen Kien Trung wrote: Unfortunately when maven creates the jar file including all dependencies it extracts all of the jar files and then re-packages them into one. When it does this the spring.jar:META-INF/spring-schemas gets overwritten by the

Best way to go through a firwall

2007-12-10 Thread Rob Bowley
Hi, I'm using activeMq internally on tcp but have an application which needs to subscribe sitting in on the other side of a firewall which is only accessible by port 80. What would be the best solution in this scenario? Thanks, Rob -- View this message in context:

ActiveMQ-CPP 2.1.3 Released

2007-12-10 Thread Timothy Bish
Hi everyone, The ActiveMQ-CPP 2.1.3 release is now official! You can download the source distribution here: http://activemq.apache.org/cms/activemq-cpp-213-release.html http://activemq.apache.org/cms/activemq-cpp-213-release.html. This is a minor release that improves the ability to build the

Re: unable to start ActiveMQ service

2007-12-10 Thread sheiladuck
do you have a work around for this problem? JL wrote: When I encountered this issue it was the result of having installed MQ into a subdirectory of C:\Program Files. The blasted space character in the directory name tripped up the Java Service Wrapper bat file. HTH. keneida wrote:

Re: (AMQ-CPP) Client excepction when sending (a lot of) messages

2007-12-10 Thread Hellweek
Having alot of issues with getting a Testcase that will demo the issue that I am seeing. What I have found in my testing is a slow consumer can take down the producers. To be honest I have spent close to a week on this issue and can not spend much more time on this. I will provide my 2 Test

Re: Queue hangs when Kaha Store kicks in. Restart required.

2007-12-10 Thread mrh
I believe I've noticed something similar using a topic... any ideas? Thanks, mrh DominicTulley wrote: Hi, I've been investigating Camel recently and today I was taking a look at message throughput in ActiveMQ when Camel routing is being used. I have been doing simplistic testing so

Oracle BPEL JMS adapter configuration for ActiveMQ

2007-12-10 Thread Fausey,Jonathan
Does anyone have an example of how to configure an Oracle BPEL adapter for JMS to use ActiveMQ? Specifically, what factory properties to provide and any other tips for completing the adapter configuration wizard successfully. Thanks. -Jon

Re: unable to start ActiveMQ service

2007-12-10 Thread JL
Yes. Install AMQ into a directory directly below the root of C:\ sheiladuck wrote: do you have a work around for this problem? JL wrote: When I encountered this issue it was the result of having installed MQ into a subdirectory of C:\Program Files. The blasted space character in the

Re: Queue hangs when Kaha Store kicks in. Restart required.

2007-12-10 Thread Rob Davies
use the latest snapshot - some problems in this area were resolved last week On Dec 10, 2007, at 5:46 PM, mrh wrote: I believe I've noticed something similar using a topic... any ideas? Thanks, mrh DominicTulley wrote: Hi, I've been investigating Camel recently and today I was taking

ActiveMQ thoughts

2007-12-10 Thread Hellweek
Hello, I know what I am about to post will upset a few people, however I think it is important that I document my experience with ActiveMQ in the hopes that others like me can have an understanding of the issues that you will face. A little history. I am not new to Open Source projects, have

Forwarding Bridge between embedded broker and remote broker

2007-12-10 Thread xbranko
Is it possible, and if so how, to configure forwarding bridge between an embedded broker and a remote broker? -- View this message in context: http://www.nabble.com/Forwarding-Bridge-between-embedded-broker-and-remote-broker-tp14263676s2354p14263676.html Sent from the ActiveMQ - User mailing

Re: question about the store/forward algorithm

2007-12-10 Thread yg_cvg
Thank you for your response. So, the messages spread out to clients in roughly a BFS pattern. rajdavies wrote: Hub and spoke architecture - as you've described - is certainly a valid one. By default, messages are forwarded to brokers that express an interest in the message by

Re: ActiveMQ thoughts

2007-12-10 Thread Rob Davies
Appreciate the honest feeback! Rob Davies 'Go further faster with Apache Camel!' http://rajdavies.blogspot.com/ On Dec 10, 2007, at 9:31 PM, Hellweek wrote: Hello, I know what I am about to post will upset a few people, however I think it is important that I document my experience with

Message Inception - Please read

2007-12-10 Thread krv
Hi, We have a requirement in our project to dispatch scheduled messages. Here is what the exact requirement is: * The sender sends a message with an 'inceptionTime' property * The receiver should be notified of this message only at the time specified by 'inceptionTime' * The message needs to