Re: Update Links on Wiki

2018-05-23 Thread bdarfler
Thanks! -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

Re: Update Links on Wiki

2018-05-23 Thread Timothy Bish
On 05/23/2018 03:33 PM, Benjamin Darfler wrote: Hi, I've recently changed my blog and I noticed some of the links on the wiki are stale. I'd love to make sure that interested users can find the right information still. Who can help me update the following links? *On https://cwiki.apache.org/con

Update Links on Wiki

2018-05-23 Thread Benjamin Darfler
Hi, I've recently changed my blog and I noticed some of the links on the wiki are stale. I'd love to make sure that interested users can find the right information still. Who can help me update the following links? *On https://cwiki.apache.org/confluence/display/ACTIVEMQ/Articles

Connection TTL

2018-05-23 Thread Denis V. Kirpichenkov
Hello! I'm using Artemis as an embedded server, so I want to disable all connection ttl checking. To do so I set connection ttl to -1 for Client Connection Factory. But from time to time I got messages like these in log 647236 [WARN] client: AMQ212037: Connection failure has been detected: A

Re: Artemis 2.5.0 - Replication Failure During Compacting

2018-05-23 Thread Clebert Suconic
I would avoid your messages being considered large on 2.5.0.. especially if you are using openwire as your client. In Openwire we don't really have a large message support.. basically large messages (if the bodySize > journal.bufferSize) will be removed from the server and back to file... and whe

Looking for Artemis Rest example with selector configuration for multiple consumers

2018-05-23 Thread santaji
I am exploring artemis rest interface 2.6.0 and looking for an example which will explain how to apply selectors for Topic. I have explored "topic-selector1" example from the package which demonstrates how to work with message selector when using JNDI but unable to find example using Rest interface

allowLinkStealing=true doesn't work

2018-05-23 Thread zhangmaoguo
Hi, my app may have the same clientId on different device and i want new connection to kick off the old one. Then i found allowLinkStealing in the config and i set it to true in activemp.xml. But it seam that it doesn't work and the second connection get failure information. I've tried the below to

Re: Add multiple network connectors dynamically

2018-05-23 Thread Tim Bain
Great, thanks for sharing the code in case someone else has the same question in the future. Tim On Tue, May 22, 2018, 11:37 PM maorbl wrote: > Just wanted to update that eventually I added the network connectors > not with the proxy (BrokerViewMBean), but with the broker itself > (BrokerServic