Artemis configuration for multisite cluster

2016-11-09 Thread Quinn Stevenson
I’m trying to figure out if how to configure an Artemis cluster to meet my customer’s requirement for message availability. The basic setup is two datacenters with two Artemis brokers running in each datacenter for a total of for brokers. All of the brokers will be in the same cluster. What

Re: Are there plans for an artemis-camel component?

2016-10-17 Thread Quinn Stevenson
it with JMS component and it works fine as long as the right > client libraries are in there. > > John > > On Mon, Oct 17, 2016 at 1:49 PM Quinn Stevenson <qu...@pronoia-solutions.com> > wrote: > >> I’d like to be able to use Artemis from Camel without using JMS -

Are there plans for an artemis-camel component?

2016-10-17 Thread Quinn Stevenson
I’d like to be able to use Artemis from Camel without using JMS - just interact with the Artemis server via the core api. ActiveMQ has a activemq-camel component - are there any plans for a similar component for Artemis?

Re: Any Interest in this PR?

2016-10-04 Thread Quinn Stevenson
nk it would be fine to be merged into 5.15 or even >> 5.14.2 since it is just an improvement for the junit support. >> >> On Thu, Sep 29, 2016 at 9:52 PM, Quinn Stevenson < >> qu...@pronoia-solutions.com <javascript:;>> wrote: >> >>> I’ve had t

Re: Running build with check style rules?

2016-10-04 Thread Quinn Stevenson
ert Suconic <clebert.suco...@gmail.com> > wrote: > > Use -Pdev in artemis. It's on the hacking guide. > > On Monday, October 3, 2016, Quinn Stevenson <qu...@pronoia-solutions.com > <mailto:qu...@pronoia-solutions.com>> > wrote: > >> Ah - that explain

Re: Running build with check style rules?

2016-10-03 Thread Quinn Stevenson
nt pom. That's why I assumed you meant Artemis so I gave you the > Artemis instructions. > > On Mon, Oct 3, 2016 at 2:44 PM, Quinn Stevenson <qu...@pronoia-solutions.com >> wrote: > >> Thank You - >> >> I’ve got them working ok in my Artemis build

Re: Running build with check style rules?

2016-10-03 Thread Quinn Stevenson
vate it by default but to > run it always you can just append -DskipStyleCheck=false to your maven > build. > > On Mon, Oct 3, 2016 at 2:35 PM, Quinn Stevenson <qu...@pronoia-solutions.com >> wrote: > >> I’m struggling a little getting the check style rules to run during my &

Running build with check style rules?

2016-10-03 Thread Quinn Stevenson
I’m struggling a little getting the check style rules to run during my local build of ActiveMQ. Can someone point me in the right direction?

Any Interest in this PR?

2016-09-29 Thread Quinn Stevenson
ng in the commit message: > >This closes #198 > > > commit 343e3738b5cffdd6b95cfa257134108105f714c7 > Author: Quinn Stevenson <qu...@pronoia-solutions.com> > Date: 2016-09-16T20:59:13Z > >Added methods to EmbeddedActiveMQBroker to send messages, as well as JU

Proposed Enhancement - add option to have Composite Destinations set the originalDestination header

2016-04-29 Thread Quinn Stevenson
I use Composite Destinations as wiretaps for an auditing system and it would be very helpful if the forwarded message had the original destination name on it. I’ve found where I can make the additions for this to work, but I don’t know what I need to change to add an attribute to the

Re: Edit permissions on ActiveMQ Wiki

2016-02-19 Thread Quinn Stevenson
Thank You!! > On Feb 19, 2016, at 9:51 AM, Christopher Shannon > wrote: > > Sorry about that, I have verified your ICLA is on file and gave you edit > permissions so you should be able to edit that page now. > > On Fri, Feb 19, 2016 at 10:56 AM, hqstevenson

Edit permissions on ActiveMQ Wiki

2016-01-18 Thread Quinn Stevenson
t-test-jms-code.html <http://activemq.apache.org/how-to-unit-test-jms-code.html> Please great me edit permissions on the wiki so I can make this update. My account is hqstevenson. Thank You Quinn Stevenson

Re: JUnit Rule for Embedded Brokers

2015-12-31 Thread Quinn Stevenson
terest to the community. How long should I wait before closing the PR? Quinn Stevenson qu...@pronoia-solutions.com (801) 244-7758 > On Dec 22, 2015, at 1:47 PM, Clebert Suconic <clebert.suco...@gmail.com> > wrote: > > If u want to bootstrap a tooling project Its

Potential Bug in CamelBlueprintTestSupport

2015-12-29 Thread Quinn Stevenson
to the src/test/… area. Is there another way I should be testing this sort of thing? I’ve created a unit test based on the ConfigAdminLoadConfigurationFileAndOverrideTest from the camel-test-blueprint module that demonstrates the issue. Quinn Stevenson

Re: how to get the java code to get activeMQ started from the activeMQ website

2015-12-23 Thread Quinn Stevenson
I’m not sure what you’re asking for. The “Getting Started” (http://activemq.apache.org/getting-started.html ) page describes how to get an ActiveMQ broker up and running, and it doesn’t require and Java code. Exactly what kind of sample code

JUnit Rule for Embedded Brokers

2015-12-22 Thread Quinn Stevenson
? Quinn Stevenson qu...@pronoia-solutions.com

Re: JUnit Rule for Embedded Brokers

2015-12-22 Thread Quinn Stevenson
to project :-) Quinn Stevenson qu...@pronoia-solutions.com <mailto:qu...@pronoia-solutions.com> > On Dec 22, 2015, at 12:17 PM, Clebert Suconic <clebert.suco...@gmail.com> > wrote: > > Nice idea! > > > If you can make one for Artemis, it would be here: >

Re: JUnit Rule for Embedded Brokers

2015-12-22 Thread Quinn Stevenson
? > On Dec 22, 2015, at 12:40 PM, Clebert Suconic <clebert.suco...@gmail.com> > wrote: > > On Tue, Dec 22, 2015 at 2:25 PM, Quinn Stevenson > <qu...@pronoia-solutions.com> wrote: >> Please forgive my ignorance here - but is Artemis the next major version of >