Hi,
I never see any one using Message Driven Bean here, but any way...
The examples in jbosstest and in my short howto has been broken for a
while. I have not know nabout this since I have not used MDB for a
couple of weeks. Thinks changed in the layout of the jboss.xml file for
interceptors without me knowing it.
Hiriam has fixed this, and MDB are now working correct again. They are
now also easier to configure since they now can use the
standardjboss.xml file for a standard container configuration (see below
for an example).
I also have to tell that MDB are now truly transacted, since Hiriam has
implemented both the XA part of the JMS provider and added XA code to
the MDB implementation.
So, go and use it! It is a realy nice tool to have in your arcitectural
design skills ;-)
Here is the example:
<?xml version="1.0" encoding="Cp1252"?>
<jboss>
<enterprise-beans>
<message-driven>
<ejb-name>QueueBean</ejb-name>
<configuration-name>Standard Message Driven Bean</configuration
-name>
<destination-jndi-name>queue/testQueue</destination-jndi-name>
</message-driven>
</enterprise-beans>
</jboss>
Short and easy to handle. Great work Hiriam!
//Peter
And be aware, soon, realy soon, JBoss will also support XmlBlaster -
another realy cool open source, and XML-based, MOM product.
http://www.xmlblaster.org/
--
------------------------------------------------------------
Peter Antman Technology in Media, Box 34105 100 26 Stockholm
Systems Architect WWW: http://www.tim.se
Email: [EMAIL PROTECTED] WWW: http://www.backsource.org
Phone: +46-(0)8-506 381 11 Mobile: 070-675 3942
------------------------------------------------------------
--
--------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
List Help?: [EMAIL PROTECTED]