Re: [DiSCUSS] WS-Notification

2011-10-05 Thread Jean-Baptiste Onofré
Hi Guillaume, my comments inline: Yes, we discussed that, but a few features that are not provided by a pure JMS layer are needed (mostly the ability to know when consumers on a give topic subscribe / unsubscribe, and also composite destinations). I think it's a definitely a nice to have to be

Re: [DiSCUSS] WS-Notification

2011-10-05 Thread Guillaume Nodet
On Wed, Oct 5, 2011 at 19:45, Jean-Baptiste Onofré wrote: > Hi Dan (and Guillaume), > > I think it makes more sense to include WS-N in CXF. As the current > implementation is tied to ActiveMQ, I think it would required some > enhancement to: > - use a pure JMS implementation, allowing us to use A

Re: [DiSCUSS] WS-Notification

2011-10-05 Thread Jean-Baptiste Onofré
Hi Dan (and Guillaume), I think it makes more sense to include WS-N in CXF. As the current implementation is tied to ActiveMQ, I think it would required some enhancement to: - use a pure JMS implementation, allowing us to use ActiveMQ and any other JMS broker (WebSphere MQ Series for instance)

Re: [DiSCUSS] WS-Notification

2011-10-05 Thread Daniel Kulp
Just wanted to mention that Guillaume and I have been chatting a bit about the code on the CXF IRC channel today. He ran into some differences with various JAX-WS implementations: http://irclogs.dankulp.com/logs/irclogger_log/cxf?date=2011-10-05,Wed&sel=128#l124 that required some "less clea

Re: [DiSCUSS] WS-Notification

2011-10-05 Thread Guillaume Nodet
On Wed, Oct 5, 2011 at 18:01, Daniel Kulp wrote: > On Wednesday, October 05, 2011 5:22:01 PM Guillaume Nodet wrote: > > I've started to re-architect the WS-Notification implementation to get > rid > > of JBI and be pure JAX-WS based. > > The results are available at https://github.com/gnodet/wsn

Re: [DiSCUSS] WS-Notification

2011-10-05 Thread Daniel Kulp
On Wednesday, October 05, 2011 5:22:01 PM Guillaume Nodet wrote: > I've started to re-architect the WS-Notification implementation to get rid > of JBI and be pure JAX-WS based. > The results are available at https://github.com/gnodet/wsn . > I think there was a consensus to move the code base to CX

Re: [DiSCUSS] WS-Notification

2011-10-05 Thread Guillaume Nodet
I've started to re-architect the WS-Notification implementation to get rid of JBI and be pure JAX-WS based. The results are available at https://github.com/gnodet/wsn . I think there was a consensus to move the code base to CXF, but I just want to make sure everyone agree. Also, I'd like to keep th