Re: Artemis documentation

2017-11-25 Thread Robert Huffman
I use an embedded broker for unit tests, and that's the primary reason for wanting to create it programmatically. Currently I typically use a Fucked container for the broker in production. On Nov 25, 2017 12:22 PM, "Clebert Suconic" wrote: > Are you using it embedded? > > Just trying to think

Re: Network of brokers and destination policies

2017-08-11 Thread Robert Huffman
I'm primarily concerned about running out of space in broker memory. And we're not load-balancing between the applications; they are completely different, but both consume from some of the same topics that the clients publish to. Application 1 can fall behind when processing some of those messages

Re: Network of brokers and destination policies

2017-08-03 Thread Robert Huffman
Thank you very much Tim. That is enough information to get me started thinking about this. It wasn't clear to me if the brokers had separate policies or if the same policy was communicated between brokers via administrative messages. I will almost certainly take you up on the offer of more specifi

Re: Statistics plugin is reporting averageMessageSize as 0

2016-12-04 Thread Robert Huffman
Sorry, I should have replied about this already. I found the problem in the plugin code and submitted a defect. Gary Tully fixed it already. https://issues.apache.org/jira/browse/AMQ-6518 On Sun, Dec 4, 2016 at 7:43 AM, Tim Bain wrote: > If you haven't already, please submit a bug report in