[jboss-user] [JBoss Messaging] - Re: JBM2 Beta3 with JBAS5.1.0 - Configuring Destinations

jmesnil do-not-reply at jboss.com
Wed Jul 22 03:49:14 EDT 2009


your xml file does not correspond to the schema (see 2nd example of http://labs.jboss.com/file-access/default/members/jbossmessaging/freezone/docs/usermanual-2.0.0.beta3/html/queue-attributes.html#predefined.queues.

It should be something like:

  | <queues>
  |   <queue name="MyQueue">
  |     <address>myQ</address>
  |   </queue>
  | </queues>
  | 

Please note that in JBM 2.0 Beta 3, there is no longer a separate jbm-queues.xsd. Instead, you should validate your configuration file against jbm-configuration.xsd

View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4245206#4245206

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4245206



More information about the jboss-user mailing list