Re: ActiveMQ send/receive messages to/from MQSeries

2006-08-09 Thread James Strachan
On 8/9/06, Velladurai, Ashok Kumar [EMAIL PROTECTED] wrote: Hi all, I am new to MQ Series, I have a model that my web application running on JBoss 4.0.2 should be able to send message to a remote MQ (different server) and receive the same message using a MDB (running in same JBoss) to process

Re: Implementing prefetchSize=0

2006-08-09 Thread James Strachan
Note that to implement the JMS API - the minimum value of prefetch possible is 1 which means deliver 1 message then wait until an acknowledgement before delivering another. This is essential to implement consumer.setMessageListener() consumer.receiveNoWait(). Neither of which are possible to

[jira] Updated: (AMQ-850) add the ability to timeout a consumer to prevent a bad, hung or unused consumer consumer from grabbing messages

2006-08-09 Thread james strachan (JIRA)
[ https://issues.apache.org/activemq/browse/AMQ-850?page=all ] james strachan updated AMQ-850: --- Summary: add the ability to timeout a consumer to prevent a bad, hung or unused consumer consumer from grabbing messages (was: add the ability to timeout

[jira] Commented: (AMQ-855) Add support for prefetchSize = 0

2006-08-09 Thread james strachan (JIRA)
[ https://issues.apache.org/activemq/browse/AMQ-855?page=comments#action_36716 ] james strachan commented on AMQ-855: Andrew I just commented on this thread on why a prefetch of 1 is the lowest possible value to have while still fully

Java Service Wrapper or Commons Daemon?

2006-08-09 Thread James Strachan
Anyone have any experience of these 2 solutions to know which one is the best to use when creating a windows/unix service? http://wrapper.tanukisoftware.org/doc/english/introduction.html http://jakarta.apache.org/commons/daemon/index.html It'd be nice to have a service for ActiveMQ - am just

[jira] Commented: (AMQ-850) add the ability to timeout a consumer to prevent a bad, hung or unused consumer consumer from grabbing messages

2006-08-09 Thread Vadim Pesochinskiy (JIRA)
[ https://issues.apache.org/activemq/browse/AMQ-850?page=comments#action_36741 ] Vadim Pesochinskiy commented on AMQ-850: Even with prefetchSize=1 you will already loose 1 message. Somehow people tend to assume that loosing 1 message is