This content has been marked as final.
Show 2 replies
-
1. Re: jdbc master/slave groups of brokers sharing the same database instance
garytully Feb 7, 2012 7:17 AM (in response to mikmela)Did you have any joy with using the statements.tablePrefix attribute on a per broker pair basis? This will allow them to isolate their use of tables.
-
2. Re: jdbc master/slave groups of brokers sharing the same database instance
mikmela Mar 19, 2012 5:21 PM (in response to mikmela)Well, we needed a solution when multiple brokers share the same set of activemq tables. So, eventually we went for implementation that I described in my question... The key was to introduce a broker_id field.