Not an issue. The queues are keyed on queue name + node id, so queues with the same name can be deployed on multiple nodes.
>From the config: | CREATE_POSTOFFICE_TABLE=CREATE TABLE JBM_POSTOFFICE (POSTOFFICE_NAME VARCHAR(255), NODE_ID INTEGER, QUEUE_NAME VARCHAR(1023), COND VARCHAR(1023), SELECTOR VARCHAR(1023), CHANNEL_ID BIGINT, CLUSTERED CHAR(1)) | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4051788#4051788 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4051788 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
