Re: how can I see whole queue name(exceed 50 character) on web page ?

2017-07-28 Thread wangch
"configurations, APIs"? Do you mean activemq.xml in "D:\software\apache-activemq-5.15.0-bin\apache-activemq-5.15.0\conf"? What kind of KPIs and get whole queque name? I do not want to shorten my queue name, I really need a long name. Thank you ! -- View this message in context:

Re: how can I see whole queue name(exceed 50 character) on web page ?

2017-07-28 Thread Clebert Suconic
if you go beyond what you see visually, you will have to go through configurations, APIs.. or any other means... On Fri, Jul 28, 2017 at 5:11 AM, wangch wrote: > > My quwuw name is > "tsdgdfgdfdfdfhdfhdfghfgxgdgfhfgjdfhsdghjdfgjdshffghjdfghdsfgdagfasdefhuest", >

how can I see whole queue name(exceed 50 character) on web page ?

2017-07-28 Thread wangch
My quwuw name is "tsdgdfgdfdfdfhdfhdfghfgxgdgfhfgjdfhsdghjdfgjdshffghjdfghdsfgdagfasdefhuest", when I browse web page, the queue name on web page is "tsdgdfgdfdfdfhdfhdfghfgxgdgfhfgjdfh...". How can I get whole queue name? thank you -- View this message in context:

Re: Artemis 2.1.0: Trouble connecting clients using replication failover

2017-07-28 Thread Justin Bertram
> Occasionally, when the master fails and the slave becomes live, the producer client will fail to connect with an exception of Unblocking a blocking call that will never get a response". This exception is expected in certain scenarios. See the "Handling Blocking Calls During Failover" in the

Re: Duplicate messages received with ActiveMQ 5.13.2

2017-07-28 Thread tpavelka
In my broker "B" which is the hub in the hub & spoke topology, and in org.apache.activemq.network.ConduitBridge#addToAlreadyInterestedConsumers There is this code: protected boolean addToAlreadyInterestedConsumers(ConsumerInfo info) { // search through existing subscriptions and see if

Re: Artemis: AMQP bridges

2017-07-28 Thread Clebert Suconic
On that case you can look at qpid-dispatch... The bridge will load balance amqp messages as well (if configured to do so), but that's now what you're looking for. On Fri, Jul 28, 2017 at 5:12 AM, adagys wrote: > Thanks guys. Yes I meant that the bridge should use AMQP

Re: Delete/Purge Topic

2017-07-28 Thread meghaauti
Hi Tim 1. We have certain criteria where all the messages present in the topic is no longer valid and new messages are exported on the same topic. That is the reason I want to delete all the messages on the Topic before new messages are sent. If it is possible to just remove the messages instead

Re: Artemis: AMQP bridges

2017-07-28 Thread adagys
Thanks guys. Yes I meant that the bridge should use AMQP protocol and act as an AMQP client from the target's perspective. -- View this message in context: http://activemq.2283324.n4.nabble.com/Artemis-AMQP-bridges-tp4728934p4729002.html Sent from the ActiveMQ - User mailing list archive at