Re: Artemis cannot find LIBAIO, although it is installed

2017-11-10 Thread Clebert Suconic
If you are using an older kernel you may need to recompile it for Libc compar. Just use cmake. Quite easy. If you have problems let me know. On Fri, Nov 10, 2017 at 2:16 AM Howard Gao wrote: > I'm using ubuntu 16.04 and I have no problem like that (although I build > artemis from master). > I c

Re: ActiveMQ Message Window size

2017-11-10 Thread art.licis
You are very unclear with requirements, but if you want to limit how many messages are buffered on a consumer side, then in ActiveMQ 5.x it's called 'prefetch limit'. Params can be passed via connection URI (for all destinations), or along destination name as a destination option. A very detailed e

Re: [Artemis] message flow with core bridges

2017-11-10 Thread Nicolae Mihalache
No, it was just because I disabled duplicate detection and that made it switch to an synchronous delivery. I didn't see that documented anywhere but I found it by debugging the source code (long life open-source): https://github.com/apache/activemq-artemis/blob/ 8886ec29247fdaf1500d5d216015c0cc9e

Re: [Artemis] message flow with core bridges

2017-11-10 Thread Nicolae Mihalache
No, it was just because I disabled duplicate detection and that made it switch to an synchronous delivery. I didn't see that documented anywhere but I found it by debugging the source code (long life open-source): https://github.com/apache/activemq-artemis/blob/8886ec29247fdaf1500d5d216015c0cc9ea

Re: Active MQ loses connection with HA database

2017-11-10 Thread Tim Bain
Seeing those logs sparked a half-memory of a thread on this mailing list where the conclusion was that MSSQL HA wasn't supported yet but the OP of the thread was encouraged to submit an enhancement request in JIRA. But I spent half an hour this morning looking for that thread and couldn't find it,

Re: [Artemis] message flow with core bridges

2017-11-10 Thread Martyn Taylor
Hi Nicolae, Is broker 2 blocking production to the target address? This would result in back pressure on the bridge, meaning that messages will build up in broker 1. Logs of the brokers and bridges (with trace enabled) would help diagnose. Cheers Martyn On Thu, Nov 9, 2017 at 4:49 PM, Nicol