Effective October 27, 2012, online and email support for FuseSource products will move to Red Hat support channels. For more information, please see the JIRA Migration to Red Hat FAQ.
As of October 27th, please open all new issues in the Red Hat Customer Portal .
Issue Details (XML | Word | Printable)

Key: ECLIPSE-702
Type: Improvement Improvement
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Claus Ibsen
Reporter: Claus Ibsen
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Fuse IDE

Message tracing - Should use uuid ordering by default in the Messages View

Created: 28/Apr/12 09:49 AM   Updated: 30/Apr/12 07:50 AM
Component/s: None
Affects Version/s: 2.1.0
Fix Version/s: 2.1.0

File Attachments: 1. Text File uuid.txt (7 kB)

Image Attachments:

1. Screen Shot 2012-04-28 at 11.47.15 AM.png
(100 kB)
Environment: 421


 Description  « Hide
When you use message tracing, then you have a Messages View panel that shows the steps a message has taken.
And when you scroll up down in that list, its highlights how its being routed in the diagram view.

However the ordering in the Messages View seems a bit wrong.

The TracerMBean will report back the order as they happens in Camel, which is sorted using <uuid>. So the messages list should use that sorting as well.

See attached file which has 3 steps, for a given message

  • to1 (route1)
  • choice1 (route2)
  • to3 (route2)

But the Messages View would list it as

  • choice1
  • to3
  • to1

Notice we can also correlate messages between routes send over transports using the breadcrumbId header. If this headers exists then its the "same" message. In this case it was routed over JMS.



 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
There are no comments yet on this issue.