Re: [Artemis] Invalid keys during XA Recovery from HornetQ client

2017-11-27 Thread Benjamin Buehlmann
Thanks Justin! I just looked at the maven definitions of the artemis project and found: 1.8 1.8 Hence I assumed they are using Java 8 language Features. I will try it later this week and let you know if it compiles. I will try camel case instead of kebab case (nice name :) for the connection par

Re: [Artemis] Invalid keys during XA Recovery from HornetQ client

2017-11-27 Thread Justin Bertram
The "connectionParameters" in your RA config should use camel case rather than dashes. For example "ssl-enabled" should be "sslEnabled", etc. That will probably fix your SSL issue. I wouldn't expect the admin object to work as I don't believe the Artemis RA supports admin objects. The best way

Re: [Artemis] Invalid keys during XA Recovery from HornetQ client

2017-11-27 Thread Benjamin Buehlmann
Any opinions about the last question if it's possible to build the Artemis Resource Adapter for Java 7 based clients like EAPs < 6.3.3? -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

Re: [Artemis] Invalid keys during XA Recovery from HornetQ client

2017-11-20 Thread Benjamin Buehlmann
The attribute works well to disable the recovery, but we need XA recovery on several applications. So I tried to build the Artemis RAR. Two questions came up: 1. Is it possible to build Artemis RAR under Java 7? 2. I am trying to configure the RA to use with SSL, but don't get it right now. Alway

Re: [Artemis] Invalid keys during XA Recovery from HornetQ client

2017-11-17 Thread Justin Bertram
> Is there any possibility to define a separate connector (server or client side, does not matter in our use case) used for XA Recovery? I don't think so, but it's been awhile since I looked at that bit of code in HornetQ. I think you could disable recovery by setting false on the pooled-connecti

Re: [Artemis] Invalid keys during XA Recovery from HornetQ client

2017-11-17 Thread Benjamin Buehlmann
The client receives the properties of the cluster connection configured on the serverside. Is there any possibility to define a separate connector (server or client side, does not matter in our use case) used for XA Recovery? Deployment and configuration of the Artemis RA on every client is the la

Re: [Artemis] Invalid keys during XA Recovery from HornetQ client

2017-11-17 Thread Justin Bertram
I'd try using the Artemis JCA RA. You can build it using the /examples/features/sub-modules/artemis-ra-rar example shipped with the broker. Justin On Fri, Nov 17, 2017 at 9:14 AM, Benjamin Buehlmann < benjamin.buehlm...@gmail.com> wrote: > I configured a ActiveMQ Artemis 2.4.0 HA setup with re

[Artemis] Invalid keys during XA Recovery from HornetQ client

2017-11-17 Thread Benjamin Buehlmann
I configured a ActiveMQ Artemis 2.4.0 HA setup with replication and a static cluster connection of the two nodes (live- and backup node). As one of the test clients I use a JBoss EAP 6.3.2 with embedded HornetQ. Every two minutes a see a Warning in the clients log that some keys are not know by th