[Design of Messaging on JBoss (Messaging/JBoss)] - Re: State of our failing tests
by timfox
Current status:
We're almost there :)
Remaining failing tests are:
1) Related to missing ping functionality:
org.jboss.messaging.tests.integration.core.remoting.impl.ClientCrashTest
org.jboss.messaging.tests.integration.core.remoting.mina.ClientKeepAliveTest
org.jboss.messaging.tests.integration.core.remoting.mina.ServerKeepAliveTest
org.jboss.messaging.tests.unit.jms.network.ClientNetworkFailureTest
2) Related to INVM transport:
org.jboss.messaging.tests.integration.core.remoting.mina.MinaServiceTest
3) One remaining ack test
4) Three old favourite message consumer tests.
These are actually quite hard to fix, I need to give them some thought.
So the main thing that remains to be done is finish implementing the pings. Andy - do you have an ETA for that?
Clebert also is making his timeout configurable and moving the performance tests out of the main test suite
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4152480#4152480
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4152480
17 years, 10 months
[Design of JBoss ESB] - Re: Support marshaling or unmarshaling the soap message us
by maeste
"tfennelly" wrote :
| Stefano... just in case we're getting our wires crossed... we were just wondering if you had any comments re the work that Jim's been doing and how it might compare with what you've been doing on the other side of the equation with WISE i.e. WS invocation. We didn't want you to investigate anything more than you've already done. Maybe I'm misreading you :-)
Well, the Jim's works is very similar, on the other side, to what wise do. What I meant is that is so similar that I would like to understand what can be done inside wise.
Anyway, it seems good the general idea to expose messages as ws. My doubts is about how the configuration can become pain if you would expose objects more and more complex than a class containing a string.
The other question is: are you thinking only at a marshal/unmarshal feature, or are you planning also some logical mappings between what is exposed as ws and internal data?
It's jut my 2c about, even if I'd like to investigate this idea a little more to give some more precise ideas about.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4152474#4152474
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4152474
17 years, 10 months