Re: NetworkConnector -> pattern to addDynamicallyIncludedDestination for tempQueue

2018-02-25 Thread Rajesh Malla
Thank you so much for your help & quick response. We are planning to remove this addDynamicallyIncludedDestination and even we dont exclude Advisory.ActiveMQ.*. Thank you Tim -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

weird sql jdbc statements

2018-02-25 Thread Илья Шипицин
hello, I'm struggling with mssql, the following lines are strange https://github.com/apache/activemq/blob/master/activemq-jdbc-store/src/main/java/org/apache/activemq/store/jdbc/Statements.java#L115-L116 i.e. primary key is created https://github.com/apache/activemq/blob/master/activemq-jdbc-st

Re: NetworkConnector -> pattern to addDynamicallyIncludedDestination for tempQueue

2018-02-25 Thread Tim Bain
On Feb 25, 2018 3:02 AM, "Rajesh Malla" wrote: Tim if we remove addDynamicallyIncludedDestination, then not only queue, even topic messages also replicated to another broker am I right ? this is the only reason we just want to restrict to some queues. we dont want any of ActiveMq.Advisory. top

Re: NetworkConnector -> pattern to addDynamicallyIncludedDestination for tempQueue

2018-02-25 Thread Rajesh Malla
Tim if we remove addDynamicallyIncludedDestination, then not only queue, even topic messages also replicated to another broker am I right ? this is the only reason we just want to restrict to some queues. we dont want any of ActiveMq.Advisory. topics to be replicated. bcz we dont know what othe

Re: javax.jms.InvalidClientIDException - for 3 brokers connected in network connector

2018-02-25 Thread Rajesh Malla
thank you for response, I got it from the links which you provided. Thank you so much -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html