"kukeltje" wrote : 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. |
This is an FAQ (of sorts): http://www.jboss.org/wiki/Wiki.jsp?page=I+want+to+plugin+a+custom%2Fthirdparty+DataSource anonymous wrote : | 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. | JBossMQ already has redelivery delay/count There is currently no mechanism to override the spec defined order of priority/arrival sequence, but I would accept a patch that allowed a Comparator to be defined per Queue/Topic. anonymous wrote : | 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. | I would doubt this would make it into JMS spec. JMS is a lowest common demonitor spec designed to plug disparate messaging systems. It is a "quality of implementation" issue. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871771#3871771 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3871771 ------------------------------------------------------- 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
