hi list ! we are going to benchmark jboss for messaging. scenario is the following : PostingClient thread posts messages to Topic 1, with a key as identifier and some junk data variable in size (Testing Parameter 1). Messagedriven Bean 1 listens on topic 1, writes the current time to "lastTimeReceivedMDB1" in the message, increases the "howManyTimesSent" counter and posts it to topic 2. Messagedriven Bean 2 listens on topic 2, writes the current time to "lastTimeReceivedMDB2" in the message and posts it to topic 1. MonitoringClient thread listens on topic 1. MDB1, also listening on topic 1, will recapture the message and then increase counter, write time, and post it to topic 2, etc. etc. PostingClient will continuously bring new messages to the system. MonitoringClient has facilities for identifying the messages in topic 1 and will care about : - time difference between MDB1 and MDB2 and other parameters. We are probably going to benchmark weblogic's newest app server version as well. Best regards, jubin _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user
