I'm trying to upgrade a system running jboss3.x to jboss5.1. The system uses MDB's listening on queues in WebSphere MQ, so the 'message-driven' is connected to a Container/'invoker-proxy-binding' via 'configuration-name' - the standard way to connect to a remote queue - I guess.
The problem with JBoss 5.1 is that jboss_5_1.xsd does not have the configuration-name and the invoker-proxy-binding. All examples on connecting JBoss 5.1 MDB's connecting to remote queues, I found so far, is not using the jboss_5_1.xsd, but in stead uses jboss_5_0.dtd.
What do I miss by using jboss_5_0.dtd, and how is it supposed to be configured in 5.1 ?