Re: [DISCUSS] CDI Backed Client Library for Artemis

2016-08-01 Thread Dejan Bosanac
Hi guys, I’m heading out for vacation in an hour, so I won’t be able to take a look at it immediately. I’ll dig into it as soon as I’m back. But, yeah this is a completely new integration, so it won’t affect any of the existing stuff. Regards -- Dejan Bosanac http://sensatic.net/about On Mon, A

Re: [DISCUSS] CDI Backed Client Library for Artemis

2016-08-01 Thread John D. Ament
That test looks like its focused on Karaf (OSGi) integration. Definitely something that should be there. There's one guy I know who does OSGi and CDI really well, but the market just isn't there. Both leverage JSR-330 (AtInject) but ultimately are two different service models. This being its ow

Re: [DISCUSS] CDI Backed Client Library for Artemis

2016-08-01 Thread Clebert Suconic
Looks really nice.. Very well done. There is a test Dejan wrote for CDI called org.apache.activemq.artemis.tests.integration.kara.ArtemisFeatureTest Can you verify the test still works? And how this would affect that Karaf integration? @Dejan can you take a look given you did a lot of work wi

Re: [DISCUSS] CDI Backed Client Library for Artemis

2016-07-31 Thread John D. Ament
Sorry, meant to link here - https://github.com/johnament/activemq-artemis/tree/cdi-client John On Sun, Jul 31, 2016 at 11:09 PM John D. Ament wrote: > All, > > I wanted to run this POC by you guys to see your thoughts. Obviously I > have a mixed background at this point, so it kind of makes se

[DISCUSS] CDI Backed Client Library for Artemis

2016-07-31 Thread John D. Ament
All, I wanted to run this POC by you guys to see your thoughts. Obviously I have a mixed background at this point, so it kind of makes sense to bring two of my interests together. I started hacking together a CDI backed client against Artemis Core/JMS. Looking at Artemis and its integrations wi