Re: JMS tutorial using ActiveMQ ,Tomcat and Axis

2006-04-28 Thread -=Kobye=-
[java] WARN ActiveMQConnection - Cleanup failed [java] org.apache.activemq.ConnectionClosedException: The connection is already closed Maybe two reason cause this. 1. your activemq is shutted down. 2.your code is error. If you used a cached connection,but it is closed now,and wh

Re: JMS tutorial using ActiveMQ ,Tomcat and Axis

2006-04-28 Thread yashhnb
Hi Thanks for kind help. now i can start do develope how message send and receive. but some times i have got error message when i run console base producer and consumer [java] WARN ActiveMQConnection - Cleanup failed [java] org.apache.activemq.ConnectionClosedException: The co

Re: JMS tutorial using ActiveMQ ,Tomcat and Axis

2006-04-28 Thread -=Kobye=-
hi, I am Chinese,and part of my website write in Chinese. The following url you can see ActiveMQ forum. http://www.jsports.org/index.html?ctrl:cmd=nav&ctrl:windowstate=maximized&ctrl:window=default.forums.ForumsPortletWindow The code written in english you can read it. -- I love Java! I

[jira] Created: (AMQ-697) Jmeter build is broken

2006-04-28 Thread Hiram Chirino (JIRA)
Jmeter build is broken -- Key: AMQ-697 URL: https://issues.apache.org/activemq/browse/AMQ-697 Project: ActiveMQ Type: Bug Components: Test Cases Reporter: Hiram Chirino Assigned to: Jonas Lim Fix For: 4.0 Hi Jonas, I tried do

RE: Avoid blocking producers

2006-04-28 Thread Larrieu, Christopher
Great! But what exactly does "side-by-side" mean? Does this imply that whatever changes you make will be swappable with existing code? Are there any design documents that we can review in order to understand how your improvements will affect our goals and/or meet our needs? Thanks, Chris

ConsumerInfo command tweak.

2006-04-28 Thread Hiram Chirino
FYI for those openwire watchers. I just added a 'noRangeAcks' flag to the ConsumerInfo command. Not really used yet, but I figure it may be useful in the future and I'd rather get these small flags in before 4.0 goes final. The broker may be able to optimize it's processing or provides better Q

Re: JMS tutorial using ActiveMQ ,Tomcat and Axis

2006-04-28 Thread -=Kobye=-
hi, you can go to my web site http://ww.jsports.org In my web site forum(ActiveMQ),I write two article about how to use activemq in servlet. I think,if you can use it in servlet,you will be able to use it anywhere. -- I love Java! I love Sports! I love this Game ! home:http://www.jsports.org b

JMS tutorial using ActiveMQ ,Tomcat and Axis

2006-04-28 Thread yashhnb
Hi i have to develope an appliction using ActiveMQ . i have successfuly run the ActiveMQ example consumer and producer by using Ant. how i develope a JMS System which post Hello message and subscribe got this message in java plateform if anyone can help me its great. thanks -- View this message

Re: Avoid blocking producers

2006-04-28 Thread Rob Davies
Hi Chris, we are planning on prototyping this for 4.1 and will do this side-by- side to the existing implementation. We should have the first cut implemented in the next couple of months - but any contributions are welcome! cheers, Rob On 27 Apr 2006, at 23:32, Larrieu, Christopher wrot