Results 1 to 1 of 1
Thread: Design :Java API
- 06-18-2010, 02:13 PM #1
Member
- Join Date
- Mar 2010
- Posts
- 11
- Rep Power
- 0
Design :Java API
Hi,
I want to develop an auditing tool for the support team.
We have a MQ broker which publishes messages to MQ queues.
The customers subscribe to these messages.The messages are XML (with header fields and actual data) .This data is stored into database into various columns , not as a blob or clob.
Tool should display following audit information:
Was the message received?
What time was the message received?
What time did the message get routed?
What active routing rule was used at the time the message was received?
What topic did the message get routed to?
What packages included the topic the message was routed to at the time the message was received?
Which customers were subscribed to at least one of the packages that this message was routed to at the time the message was received?
What changes have been made to the broker rules since the message was received (if any).
What changes have been made to the packages since the message was received (if any).
What changes have been made to the customer's package subscriptions since the message was received (if any).
I want to design java APIs to fetch data from database and display it into the tool. Can anyone suggest the most ideal design for such a tool if anyone has ever designed anything similar.
Thanks,
Similar Threads
-
Design MVC in java
By dilanka007 in forum New To JavaReplies: 2Last Post: 01-06-2010, 12:34 PM -
Java Design Problem
By hencre in forum Advanced JavaReplies: 2Last Post: 02-25-2009, 07:08 AM -
overall design of a java application
By willemjav in forum New To JavaReplies: 2Last Post: 08-19-2008, 11:37 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks