Hello,
Following the discussion regarding the JDBCMessageStore, I would like to ask what would happen in the below scenario: Let's say we have 2 brokers running with the same JDBC message store configured (Same JDBC url for both). One of the broker is hidden and is thus not accessible for consumers or producers while the other is visible. Can I see queues created on one broker on the other without any restart? Can messages received on the first be visible on the 2nd without any restart? Are there any locks issues which will make the above scenario fail? Regards, Adel
