Re: [RESULT][VOTE] Apache ActiveMQ 5.15.11 release (take #2)

2019-12-16 Thread Jean-Baptiste Onofré
I tried to build with Jekyll but it failed on my machine. I'm resuming my work on the PR. It should be OK to merge tonight or tomorrow. Regards JB On 16/12/2019 17:52, Robbie Gemmell wrote: > A PR for site updates > https://github.com/apache/activemq-website/pull/22 was raised, but > some trivia

PageCursorProviderImp::finishCleanup inneficiency

2019-12-16 Thread nigro_franz
Hi folks, I'm running some benchmarks on paging and I've noticed that PageCursorProviderImpl::finishCleanup is performing Page::read on a cache miss vs softCache just to call Page::delete, that will do something relevant only on the large messages in the page. I believe this could be improved by:

Re: [RESULT][VOTE] Apache ActiveMQ 5.15.11 release (take #2)

2019-12-16 Thread Robbie Gemmell
A PR for site updates https://github.com/apache/activemq-website/pull/22 was raised, but some trivial fixups remain outstanding. Robbie On Wed, 4 Dec 2019 at 12:00, Christopher Shannon wrote: > > JB, > > Are you still working on the website update and release email for the > release? > > On Mon,

Re: activemq

2019-12-16 Thread Jean-Baptiste Onofré
Hi, You have one producer that you want to move from a broker to another ? It's possible in a network of brokers, using the rebalance client. Is it what you want ? Regards JB On 16/12/2019 14:51, uda4ia777 wrote: > I'm interested in transferring from one Producer to a broker on one port and >

Re: activemq

2019-12-16 Thread Justin Bertram
Please direct this question to the ActiveMQ *User* Mailing list [1] which is for end users to ask general questions about ActiveMQ. This is the "dev" list which is for developers to discuss issues related to the development of ActiveMQ itself. Thanks! Justin [1] http://activemq.apache.org/conta

activemq

2019-12-16 Thread uda4ia777
I'm interested in transferring from one Producer to a broker on one port and picking up (Consumer) from a broker on another can I implement it in activemq in apache -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-Dev-f2368404.html