[jboss-dev-forums] [Design of Messaging on JBoss (Messaging/JBoss)] - Re: new QueueBrowser implementation
timfox
do-not-reply at jboss.com
Sun Oct 19 04:42:47 EDT 2008
We also need some core integration tests that test the new browsing implementation.
This is a general thing when writing new stuff on core - we need integration tests. As I mentioned before don't worry too much about the easymock tests, they're not so important.
For browsing I would expect to see:
Browsing with and without selectors.
Verifying messages don't get acknowledged
Browsing with multiple browsers on same queue
Verifying calling acknowledge on message does nothing
etc
Replication with browsing is also currently broke, although this will be hard to get it working with the copying technique - we'll have to wait for the iterator for that.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4183059#4183059
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4183059
More information about the jboss-dev-forums
mailing list