[ 
https://issues.apache.org/activemq/browse/AMQ-2641?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=58101#action_58101
 ] 

Bruce Snyder commented on AMQ-2641:
-----------------------------------

The web consolejust uses JMX and a queue browser to look into the broker to get 
a peek at the messages at that particular instant. The web console is not 
concerned with order of the messages and is completely separate from message 
consumption. 

Are you seeking to consume the messages in the order that they were received by 
the broker? If so, check out [total ordering with the strict order dispatch 
policy|http://activemq.apache.org/total-ordering.html]. That is a broker 
feature that must be configured in the {{activemq.xml}}. It will not affect the 
display of messages in the web console, only the order in which messages are 
dispatched to the a consumer subscription. 

> Timestamp Order
> ---------------
>
>                 Key: AMQ-2641
>                 URL: https://issues.apache.org/activemq/browse/AMQ-2641
>             Project: ActiveMQ
>          Issue Type: Bug
>          Components: Broker
>    Affects Versions: 5.3.0
>         Environment: Linux 64bit
>            Reporter: Vincenzo
>
> Hi all,
> II have 10 producers, 1 consumer and 1 broker activemq.
> Producers send 1 message in the same time in a queue.
> The problem is that the timestamp order I visualize in the manager 
> (http://localhost:8161/admin) is incorrect and so messages order is wrong.
> How can I solve the problem?
> Best regards,
> Vincenzo

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to