[jira] Created: (AMQ-1057) consumer queue is empty when running requester

2006-11-16 Thread Marlon Santos (JIRA)
consumer queue is empty when running requester -- Key: AMQ-1057 URL: https://issues.apache.org/activemq/browse/AMQ-1057 Project: ActiveMQ Issue Type: Bug Affects Versions: 4.1.0

Message dispatch error

2006-11-16 Thread [EMAIL PROTECTED]
I don't think doDispatch is Queue.java is correct in the trunk. 1. If the send call (or iterate, etc.) is called simultaneously, both might page in a separate set of messages, as returned by pageIn. Since dispatch is called immediately, both dispatches are running at the same time and the

[jira] Updated: (AMQ-1057) consumer queue is empty when running requester

2006-11-16 Thread Marlon Santos (JIRA)
[ https://issues.apache.org/activemq/browse/AMQ-1057?page=all ] Marlon Santos updated AMQ-1057: --- Attachment: RequesterTool.patch patch for the requester tool. Changes: if (topic) { destination =

[jira] Assigned: (AMQ-1057) consumer queue is empty when running requester

2006-11-16 Thread Jonas Lim (JIRA)
[ https://issues.apache.org/activemq/browse/AMQ-1057?page=all ] Jonas Lim reassigned AMQ-1057: -- Assignee: Jonas Lim consumer queue is empty when running requester -- Key: AMQ-1057

[jira] Resolved: (AMQ-1057) consumer queue is empty when running requester

2006-11-16 Thread Jonas Lim (JIRA)
[ https://issues.apache.org/activemq/browse/AMQ-1057?page=all ] Jonas Lim resolved AMQ-1057. Resolution: Fixed applied in revision : 476058 thanks Ken and marlon! consumer queue is empty when running requester

pluggable MessageTransformer available in trunk

2006-11-16 Thread James Strachan
Which allows you to transform messages as they go onto the message bus or as a JMS client takes them off the bus. They are described more fully here... http://activemq.org/site/message-transformation.html The idea is so that you can use ObjectMessage in your code; but then if you wish to avoid