Hi, I've been working with Hermes, the freebXML ebMS server. They have developed lots of things that are already in J2EE (like transactions, a connectionpool) for resons beyond *my* comprehension. Users say they just want to be able to run it in a simple servlet engine, so anything other than a j2ee server (it was even mentioned that the would build their own servlet engine or plain http server). Since Tomcat as well as Jetty already have transaction and connectionpool support, to me it is like reinventing the wheel, but that is their choice.
One other issue is that ebMS has something called ordered delivery, redelivery delay and redelivey count. Hermes also implemented this themselves, but It would be realy great if JMS would support something like this. Not just by the order in which messages are put in the queue, but based on jms headers (sequence comes into mind, ) in combination with redelivery delay and redelivery count. Not only for ebMS, but for WS-Reliability* as well. Is there any change JBoss will extend JMS with this functionality or even participate in the JCP to enhance JMS with this functionality. The thing is that parts of this are already in JMS, but a full functioning combination is (to my knowledge) not. If someone could point me in the right direction of a designpattern to implement this, that would be great. Ronald View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871769#3871769 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3871769 ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ JBoss-Development mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-development
