[Heads up] ServiceMix 4.0 branch

2007-10-25 Thread Guillaume Nodet
I've made some changes this week on the 4.0 branch. The distribution is not complete yet, but the linux binary distro is usable. It starts ServiceMix with all the services so far (NMR, shell, tx manager, jmx server, jbi). It's far from being finished, but this is a good start. I will try to docume

Re: ServiceMix 4.0 documentation

2007-10-08 Thread Guillaume Nodet
I have create a confluence space for ServiceMix 4.0. http://cwiki.apache.org/confluence/display/SMX4/Home It is not auto-exported yet and not linked with the main site yet. As trevor said, I think it may be a good idea to create another space for ServiceMix 3.x (by copying the current one) and

Re: ServiceMix 4.0 documentation

2007-10-05 Thread Bruce Snyder
On 10/5/07, Guillaume Nodet <[EMAIL PROTECTED]> wrote: > I was wondering if we should create a separate wiki space for > ServiceMix 4.0 documentation. That's a good idea, in fact, we will need to completely restructure the wiki into two sections; 3.x and 4.x similar to the way th

ServiceMix 4.0 documentation

2007-10-05 Thread Guillaume Nodet
I was wondering if we should create a separate wiki space for ServiceMix 4.0 documentation. Also I need to take a look at how the camel book works: it generates a pdf from the wiki, so maybe we could do the same... -- Cheers, Guillaume Nodet Blog: http

Re: ServiceMix 4.0

2007-10-05 Thread Guillaume Nodet
So for ServiceMix 4.0, we can switch so slf4j. The thing is that I don't really care since I came across the pax-logging project (http://wiki.ops4j.org/confluence/display/ops4j/Pax+Logging). This project provides an OSGi logging service that implements JCL, j.u.l and SLF4J. Everythi

Re: ServiceMix 4.0 modularity

2007-10-04 Thread Guillaume Nodet
> > > Kit > > > > Sent from my iPhone > > > > On Oct 4, 2007, at 4:31 PM, "Bruce Snyder" <[EMAIL PROTECTED]> > > wrote: > > > > > On 10/4/07, Guillaume Nodet <[EMAIL PROTECTED]> wrote: > > >> I'd like to ma

Re: ServiceMix 4.0 modularity

2007-10-04 Thread Guillaume Nodet
Yeah, that's what I have been working on for ServiceMix 4.0. The core module contains the implementation of the api module. Both are not tied to OSGi at all. The OSGi bits and wiring bits are all done using spring-osgi in the nmr nodule. That way, ServiceMix core container is independant of

Re: ServiceMix 4.0 modularity

2007-10-04 Thread Chris Custine
On 10/4/07, Bruce Snyder <[EMAIL PROTECTED]> wrote: > > On 10/4/07, Chris Custine <[EMAIL PROTECTED]> wrote: > > I agree that eventually you will have certain components that have their > own > > release cycles seperate from the core components. I think it will take > > several releases of all com

Re: ServiceMix 4.0 modularity

2007-10-04 Thread Chris Custine
se's deal is a nice example. > > Kit > > Sent from my iPhone > > On Oct 4, 2007, at 4:31 PM, "Bruce Snyder" <[EMAIL PROTECTED]> > wrote: > > > On 10/4/07, Guillaume Nodet <[EMAIL PROTECTED]> wrote: > >> I'd like to make ServiceMix

Re: ServiceMix 4.0 modularity

2007-10-04 Thread Kit Plummer
<[EMAIL PROTECTED]> wrote: I'd like to make ServiceMix 4.0 as modular as possible. This would mean that ServiceMix 4.0 main distribution would come with the minimal set, while additional features could be provisioned and configured using OBR, the Deployment Admin or our provisionin

Re: ServiceMix 4.0 modularity

2007-10-04 Thread Bruce Snyder
On 10/4/07, Guillaume Nodet <[EMAIL PROTECTED]> wrote: > I'd like to make ServiceMix 4.0 as modular as possible. This would > mean that ServiceMix 4.0 main distribution would come with the minimal > set, while additional features could be provisioned and configured > us

Fwd: ServiceMix 4.0 dev plan

2007-09-21 Thread Guillaume Nodet
our account and > > i will grant you karma. > > > > On 9/21/07, d. santosh <[EMAIL PROTECTED]> wrote: > > > Hi Guillaume, > > > > > > I can have a look at integrating Apache ODE. (i.e. SM-1070 ODE > Integration) > > > > > > take care &

ServiceMix 4.0 dev plan

2007-09-20 Thread Guillaume Nodet
I've create a few JIRAs for ServiceMix 4.0. See https://issues.apache.org/activemq/browse/SM/fixforversion/11845 If anyone wants to work on something, please assign one to yourself. I haven't put any more precise version / milestone fix yet... Feel free to comment and start discussion a

Re: Do you know the probable Release Date ServiceMix 4.0?

2007-09-07 Thread Nodet Guillaume
Well, not yet as it's still a bit fuzzy... In 2008 for sure... Do you want to help on that ? On Sep 7, 2007, at 3:52 PM, Simon Sekat wrote: We are counting on using it because it supports OSGI deployment model. Thank you, -- Simon S. -- Cheers, Guillaume Nodet Blog

Re: ServiceMix 4.0 api

2007-08-28 Thread Nodet Guillaume
Yeah, i moved it. Try http://people.apache.org/~gnodet/servicemix-4.0-SNAPSHOT/ The direct link to the api is: http://people.apache.org/~gnodet/servicemix-4.0-SNAPSHOT/ org.apache.servicemix.api/apidocs/index.html Cheers, Guillaume Nodet On Aug 28, 2007, at 3:02 PM, Gordon Dickens

Re: ServiceMix 4.0 api

2007-08-28 Thread Gordon Dickens
nodet/servicemix-4.0/site/apidocs/ The javadoc is quite low on comments right now, so if any area appears to be unclear, ask for comments and I will improve the doc asap. Although any ideas, feedback, patches are always welcome. To test the API, I have started a really dumb implementation of it in the b

Re: ServiceMix 4.0

2007-08-28 Thread Guillaume Nodet
Thanks Chris ! It seems like the experts have answered... So i guess we will switch to slf4j :-) Cheers, Guillaume Nodet On 8/28/07, Chris Custine <[EMAIL PROTECTED]> wrote: > You are correct about OSGi having more control over classloaders, but in the > case of JCL things are a little different.

Re: ServiceMix 4.0 api

2007-08-28 Thread Nodet Guillaume
I have committed a simple test showing how to expose an endpoint and how to communicate with it. See http://svn.apache.org/repos/asf/incubator/servicemix/branches/ servicemix-4.0/core/src/test/java/org/apache/servicemix/core/ IntegrationTest.java How does it sounds ? Cheers, Guillaume Nodet

Re: IRC sessions on ServiceMix 4.0 design (was Re: ServiceMix 4.0)

2007-08-28 Thread Nodet Guillaume
ad, I've been working on a new API for ServiceMix 4.0. Hopefully this will serve as an input for JBI 2.0. This API is available at https://svn.apache.org/repos/asf/ incubator/servicemix/branches/servicemix-4.0/api So here a few key changes: * clean integration with OSGi * the NormalizedMess

Re: IRC sessions on ServiceMix 4.0 design (was Re: ServiceMix 4.0)

2007-08-28 Thread Piotr Bzdyl
Cheers, > >> Guillaume Nodet > >> > >> On Aug 22, 2007, at 4:59 PM, Nodet Guillaume wrote: > >> > >>> As I explained in the other thread, I've been working on a new API > >>> for ServiceMix 4.0. > >>> Hopefull

Re: ServiceMix 4.0 api

2007-08-27 Thread Nodet Guillaume
Btw, I have uploaded the site for the whole project which is easier to manage. http://people.apache.org/~gnodet/servicemix-4.0-SNAPSHOT/ Cheers, Guillaume Nodet On Aug 28, 2007, at 12:11 AM, Nodet Guillaume wrote: I've refactored a few things in the api and introduced back the list

Re: IRC sessions on ServiceMix 4.0 design (was Re: ServiceMix 4.0)

2007-08-27 Thread Adrian Co
he other thread, I've been working on a new API for ServiceMix 4.0. Hopefully this will serve as an input for JBI 2.0. This API is available at https://svn.apache.org/repos/asf/ incubator/servicemix/branches/servicemix-4.0/api So here a few key changes: * clean integration with OSGi * the No

Re: ServiceMix 4.0

2007-08-27 Thread Bruce Snyder
On 8/27/07, rs d <[EMAIL PROTECTED]> wrote: > Omondo EclipseUML is also also provides some good features. I have > experienced for reverse engineering. Check if it suffices your need. > > http://www.eclipsedownload.com/download/index.html I've already looked at Omondo long ago. It does not offer a

Re: ServiceMix 4.0

2007-08-27 Thread Chris Custine
You are correct about OSGi having more control over classloaders, but in the case of JCL things are a little different. Below is a link to the mailing list thread where we went through all of this pain on the Spring-OSGi project and decided to replace JCL with the slf4j facade in order to eliminat

Re: ServiceMix 4.0

2007-08-27 Thread Chris Custine
You are correct about OSGi having more control over classloaders, but in the case of JCL things are a little different. Below is a link to the mailing list thread where we went through all of this pain on the Spring-OSGi project and decided to replace JCL with the slf4j facade in order to eliminat

Re: ServiceMix 4.0

2007-08-27 Thread Bruce Snyder
On 8/27/07, Bruce Snyder <[EMAIL PROTECTED]> wrote: > On 8/27/07, James Strachan <[EMAIL PROTECTED]> wrote: > > > > > 1. Use slf4j as the logging framework. (http://www.slf4j.org/) -> btw, > > > > I'm not sure if its a better option, but I did hear some good stuff > > > > about it. > > > > > > Yes,

Re: IRC sessions on ServiceMix 4.0 design (was Re: ServiceMix 4.0)

2007-08-27 Thread Daryl Richter
On Aug 25, 2007, at 2:12 AM, Nodet Guillaume wrote: Ok, sounds like we have enough people. So we just need to find a data and an hour. What about Friday 3 pm GMT, 11 am EST, 8 am PST Adrian, I'm not sure how to find a time that would suits you... Other propositions are welcome... +1 Cheers

Re: ServiceMix 4.0

2007-08-27 Thread James Strachan
On 8/24/07, Bruce Snyder <[EMAIL PROTECTED]> wrote: > On 8/24/07, Adrian Co <[EMAIL PROTECTED]> wrote: > > Not sure if this is the right forum to bring this up, but I was > > wondering if this is a good opportunity to migrate some of servicemix's > > infra to newer version. > > > > i.e. > > > > 1.

Re: ServiceMix 4.0

2007-08-27 Thread rs d
Omondo EclipseUML is also also provides some good features. I have experienced for reverse engineering. Check if it suffices your need. http://www.eclipsedownload.com/download/index.html d.santosh On 8/23/07, Bruce Snyder <[EMAIL PROTECTED]> wrote: > > On 8/23/07, Daryl Richter <[EMAIL PROTECTE

Re: IRC sessions on ServiceMix 4.0 design (was Re: ServiceMix 4.0)

2007-08-25 Thread Bruce Snyder
On 8/25/07, Nodet Guillaume <[EMAIL PROTECTED]> wrote: > Ok, sounds like we have enough people. > So we just need to find a data and an hour. > What about Friday 3 pm GMT, 11 am EST, 8 am PST > Adrian, I'm not sure how to find a time that would suits you... > Other propositions are welcome... +1

Re: IRC sessions on ServiceMix 4.0 design (was Re: ServiceMix 4.0)

2007-08-25 Thread Kit Plummer
Me too. I think. -- Kit Plummer Nobody-in-Charge @ Black:Hole:Logic http://www.blackholelogic.com

Re: IRC sessions on ServiceMix 4.0 design (was Re: ServiceMix 4.0)

2007-08-25 Thread Brian O'Neill
ss these topics and post the log to the dev list for > >>> archiving > >>> and later discussion. > >>> > >>> Cheers, > >>> Guillaume Nodet > >>> > >>> On Aug 22, 2007, at 4:59 PM, Nodet Guillaume wrote: > >>&g

Re: IRC sessions on ServiceMix 4.0 design (was Re: ServiceMix 4.0)

2007-08-24 Thread Nodet Guillaume
to discuss these topics and post the log to the dev list for archiving and later discussion. Cheers, Guillaume Nodet On Aug 22, 2007, at 4:59 PM, Nodet Guillaume wrote: As I explained in the other thread, I've been working on a new API for ServiceMix 4.0. Hopefully this will serve as an in

Re: IRC sessions on ServiceMix 4.0 design (was Re: ServiceMix 4.0)

2007-08-24 Thread Grant M
;> to discuss these topics and post the log to the dev list for > >> archiving > >> and later discussion. > >> > >> Cheers, > >> Guillaume Nodet > >> > >> On Aug 22, 2007, at 4:59 PM, Nodet Guillaume wrote: > >> > >>&g

Re: IRC sessions on ServiceMix 4.0 design (was Re: ServiceMix 4.0)

2007-08-24 Thread Kit Plummer
On 8/24/07, Bruce Snyder <[EMAIL PROTECTED]> wrote: > > On 8/24/07, Nodet Guillaume <[EMAIL PROTECTED]> wrote: > > Any other people interested ? > > +1 > > Bruce > -- > perl -e 'print > unpack("u30","D0G)[EMAIL PROTECTED]&5R\"F)R=6-E+G-N>61E );' > > Apache ActiveMQ - http://activemq.org/ > Apache S

Re: ServiceMix 4.0 and federation (was Re: ServiceMix 4.0)

2007-08-24 Thread Nodet Guillaume
On Aug 24, 2007, at 7:28 PM, Kit Plummer wrote: On 8/24/07, Nodet Guillaume <[EMAIL PROTECTED]> wrote: So if i understand you correctly, you are mostly concerned of enhancing the JMS flow in the following areas: * avoid ping/pong and lower bandwidth requirement (avoid sending the

Re: Spring extensions to OSGi (was Re: ServiceMix 4.0)

2007-08-24 Thread Nodet Guillaume
In my mind, ServiceMix will be agnostic wrt to the OSGi implementation used. At the same time, I'm thinking about creating a distribution for ServiceMix that would include Felix runtime... And yeah, OSGi has never been a dependency so far. I suggest to take a look at spring-osgi too. See htt

Re: Spring extensions to OSGi (was Re: ServiceMix 4.0)

2007-08-24 Thread Bruce Snyder
On 8/24/07, Brian O'Neill <[EMAIL PROTECTED]> wrote: > Guillaume, > > Just getting grounded... > > Would SM 4.0 leverage Felix to get OSGi capabilities? > > I took a grep through the code, it doesn't look like it uses it at all > right now: > [EMAIL PROTECTED]:~/dev/apache.org/servicemix-> grep -r

Re: Spring extensions to OSGi (was Re: ServiceMix 4.0)

2007-08-24 Thread Brian O'Neill
Guillaume, Just getting grounded... Would SM 4.0 leverage Felix to get OSGi capabilities? I took a grep through the code, it doesn't look like it uses it at all right now: [EMAIL PROTECTED]:~/dev/apache.org/servicemix-> grep -r "elix" * and osgi appears only in the eclipse plugins. Just verifyi

Re: ServiceMix 4.0 and federation (was Re: ServiceMix 4.0)

2007-08-24 Thread Bruce Snyder
On 8/24/07, Nodet Guillaume <[EMAIL PROTECTED]> wrote: > > On Aug 24, 2007, at 6:44 PM, Bruce Snyder wrote: > > > On 8/24/07, Nodet Guillaume <[EMAIL PROTECTED]> wrote: > >> > >> On the registry side, I think one of the main problem is that there > >> is no way to tell the > >> difference between a

Re: ServiceMix 4.0 and federation (was Re: ServiceMix 4.0)

2007-08-24 Thread Nodet Guillaume
On Aug 24, 2007, at 6:44 PM, Bruce Snyder wrote: On 8/24/07, Nodet Guillaume <[EMAIL PROTECTED]> wrote: On the registry side, I think one of the main problem is that there is no way to tell the difference between an endpoint that goes down because the server is no more accessibe (it will be u

Re: ServiceMix 4.0 and federation (was Re: ServiceMix 4.0)

2007-08-24 Thread Bruce Snyder
On 8/24/07, Nodet Guillaume <[EMAIL PROTECTED]> wrote: > So if i understand you correctly, you are mostly concerned of enhancing > the JMS flow in the following areas: >* avoid ping/pong and lower bandwidth requirement >(avoid sending the whole exchange and only send the actual data) >

Re: ServiceMix 4.0 and federation (was Re: ServiceMix 4.0)

2007-08-24 Thread David Jencks
On Aug 24, 2007, at 3:03 AM, Nodet Guillaume wrote: So if i understand you correctly, you are mostly concerned of enhancing the JMS flow in the following areas: * avoid ping/pong and lower bandwidth requirement (avoid sending the whole exchange and only send the actual data) * enhan

Re: ServiceMix 4.0

2007-08-24 Thread Bruce Snyder
On 8/24/07, Adrian Co <[EMAIL PROTECTED]> wrote: > Not sure if this is the right forum to bring this up, but I was > wondering if this is a good opportunity to migrate some of servicemix's > infra to newer version. > > i.e. > > 1. Use slf4j as the logging framework. (http://www.slf4j.org/) -> btw,

Re: IRC sessions on ServiceMix 4.0 design (was Re: ServiceMix 4.0)

2007-08-24 Thread Bruce Snyder
On 8/24/07, Nodet Guillaume <[EMAIL PROTECTED]> wrote: > Any other people interested ? +1 Bruce -- perl -e 'print unpack("u30","D0G)[EMAIL PROTECTED]&5R\"F)R=6-E+G-N>61Ehttp://activemq.org/ Apache ServiceMix - http://servicemix.org/ Apache Geronimo - http://geronimo.apache.org/ Castor - http://

Spring extensions to OSGi (was Re: ServiceMix 4.0)

2007-08-24 Thread Guillaume Nodet
> > > One topic not covered in this excellent post is a standard mechanism > to provide access to other endpoint metadata (e.g. the WSDL file) - > having that as a standard OSGi metadata would be cool (e.g. a WSDL > URI) > > Yeah, I have had a closer look at how OSGi provides URL handlers. > This i

Re: IRC sessions on ServiceMix 4.0 design (was Re: ServiceMix 4.0)

2007-08-24 Thread Gordon Dickens
I too would like to listen in. Regards, Gordon Daryl Richter wrote: On Aug 24, 2007, at 5:04 AM, Nodet Guillaume wrote: Any other people interested ? I wouldn't mind listening in. We are in the very early stages of a ServiceMix implementation, though, so I don't have a lot of opin

Re: ServiceMix 4.0

2007-08-24 Thread Daryl Richter
On Aug 23, 2007, at 4:21 PM, Bruce Snyder wrote: On 8/23/07, Kit Plummer <[EMAIL PROTECTED]> wrote: I've used MagicDraw on OS X. It's pretty terrible...but does work for sequence diagrams. I'm not sure if they have a "free" version or not. Doesn't OmniGraffle do some UML stuff too? Ye

Re: IRC sessions on ServiceMix 4.0 design (was Re: ServiceMix 4.0)

2007-08-24 Thread Daryl Richter
On Aug 24, 2007, at 5:04 AM, Nodet Guillaume wrote: Any other people interested ? I wouldn't mind listening in. We are in the very early stages of a ServiceMix implementation, though, so I don't have a lot of opinions... yet. :) Cheers, Guillaume Nodet -- Daryl http://itsallsema

Re: ServiceMix 4.0

2007-08-24 Thread Nodet Guillaume
On Aug 23, 2007, at 11:58 AM, James Strachan wrote: On 8/22/07, Nodet Guillaume <[EMAIL PROTECTED]> wrote: As I explained in the other thread, I've been working on a new API for ServiceMix 4.0. Hopefully this will serve as an input for JBI 2.0. This API is available at https://svn

Re: ServiceMix 4.0 and federation (was Re: ServiceMix 4.0)

2007-08-24 Thread Nodet Guillaume
So if i understand you correctly, you are mostly concerned of enhancing the JMS flow in the following areas: * avoid ping/pong and lower bandwidth requirement (avoid sending the whole exchange and only send the actual data) * enhance security (authentication, encryption ?) * enhance th

IRC sessions on ServiceMix 4.0 design (was Re: ServiceMix 4.0)

2007-08-24 Thread Nodet Guillaume
topics and post the log to the dev list for archiving and later discussion. Cheers, Guillaume Nodet On Aug 22, 2007, at 4:59 PM, Nodet Guillaume wrote: As I explained in the other thread, I've been working on a new API for ServiceMix 4.0. Hopefully this will serve as an input for JBI

Re: ServiceMix 4.0

2007-08-23 Thread Gregor Kovač
Hi! Sorry to drop in like this, but have you tried http://argouml.tigris.org/ ? Best regards, Kovi Dne 23.08.2007 (čet) ob 14:21 -0600 je Bruce Snyder zapisal(a): > On 8/23/07, Kit Plummer <[EMAIL PROTECTED]> wrote: > > > I've used MagicDraw on OS X. It's pretty terrible...but does wor

Re: ServiceMix 4.0

2007-08-23 Thread Bruce Snyder
On 8/23/07, Kit Plummer <[EMAIL PROTECTED]> wrote: > I've used MagicDraw on OS X. It's pretty terrible...but does work for > sequence diagrams. I'm not sure if they have a "free" version or not. > Doesn't OmniGraffle do some UML stuff too? Yeah I've used MagicDraw in the past. Unfortunately the

Re: ServiceMix 4.0

2007-08-23 Thread Kit Plummer
On 8/23/07, Bruce Snyder <[EMAIL PROTECTED]> wrote: > > On 8/23/07, Daryl Richter <[EMAIL PROTECTED]> wrote: > > > > On Aug 22, 2007, at 10:59 AM, Nodet Guillaume wrote: > > > > [snip] > > > > > (anybody knows a good tool for uml ?). > > > > Take a look at JUDE Community Edition. Works great for m

Re: ServiceMix 4.0

2007-08-23 Thread Daryl Richter
On Aug 23, 2007, at 11:30 AM, Bruce Snyder wrote: On 8/23/07, Daryl Richter <[EMAIL PROTECTED]> wrote: On Aug 22, 2007, at 10:59 AM, Nodet Guillaume wrote: [snip] (anybody knows a good tool for uml ?). Take a look at JUDE Community Edition. Works great for me. http://jude.change-vision.

Re: ServiceMix 4.0

2007-08-23 Thread Bruce Snyder
On 8/23/07, Daryl Richter <[EMAIL PROTECTED]> wrote: > > On Aug 22, 2007, at 10:59 AM, Nodet Guillaume wrote: > > [snip] > > > (anybody knows a good tool for uml ?). > > Take a look at JUDE Community Edition. Works great for me. > > http://jude.change-vision.com/jude-web/product/community.html Lo

Re: ServiceMix 4.0 and type converters

2007-08-23 Thread Bruce Snyder
On 8/23/07, James Strachan <[EMAIL PROTECTED]> wrote: > > I haven't looked at Camel converters, but would you consider adding a > > contentType and contentEncoding mimicing the headers of HTTP & SIP. > > The endpoint can then use the type and encoding to determine how to > > handle the content. >

Re: ServiceMix 4.0

2007-08-23 Thread Kit Plummer
ers, > Guillaume Nodet > > On Aug 22, 2007, at 4:59 PM, Nodet Guillaume wrote: > > > As I explained in the other thread, I've been working on a new API > > for ServiceMix 4.0. > > Hopefully this will serve as an input for JBI 2.0. > > This API is available a

Re: ServiceMix 4.0 and federation (was Re: ServiceMix 4.0)

2007-08-23 Thread Kit Plummer
Sure Guillaume. Maybe the best thing to do is explain the concept...and what we've done to meet our requirements. It is actually quite simple. We needed to be able to connect two computers together via TCP/IP, and have a publisher on one system, the consumer on the other. Granted we've got lot'

ServiceMix 4.0 and type converters

2007-08-23 Thread James Strachan
I thought I'd spin up another thread on this... On 8/23/07, Brian O'Neill <[EMAIL PROTECTED]> wrote: > On 8/22/07, Nodet Guillaume <[EMAIL PROTECTED]> wrote: > > Exchanges can be created using the Channel#createExchange method. > > The only change I'd like to > > integrate in the messaging API is

Re: ServiceMix 4.0

2007-08-23 Thread Nodet Guillaume
ng on a new API for ServiceMix 4.0. Hopefully this will serve as an input for JBI 2.0. This API is available at https://svn.apache.org/repos/asf/ incubator/servicemix/branches/servicemix-4.0/api So here a few key changes: * clean integration with OSGi * the NormalizedMessage can contai

Re: ServiceMix 4.0

2007-08-23 Thread Nodet Guillaume
On Aug 23, 2007, at 10:03 AM, Nodet Guillaume wrote: On Aug 23, 2007, at 5:41 AM, Brian O'Neill wrote: Exchanges can be created using the Channel#createExchange method. The only change I'd like to integrate in the messaging API is to allow for non xml payloads and maybe untyped attachments

Re: ServiceMix 4.0

2007-08-23 Thread Nodet Guillaume
s I explained in the other thread, I've been working on a new API for ServiceMix 4.0. Hopefully this will serve as an input for JBI 2.0. This API is available at https://svn.apache.org/repos/asf/incubator/ servicemix/branches/servicemix-4.0/api So here a few key changes: * clean integrati

Re: ServiceMix 4.0

2007-08-22 Thread Brian O'Neill
Fanastic. Once we get consensus on the direction (your first few points), I wonder if we shouldn't break this email out to discuss the specifics. On 8/22/07, Nodet Guillaume <[EMAIL PROTECTED]> wrote: > As I explained in the other thread, I've been working on a new API &

Re: ServiceMix 4.0

2007-08-22 Thread Kit Plummer
On 8/22/07, Terry Cox <[EMAIL PROTECTED]> wrote: > > Interesting. > > We need to have a very serious chat about application lifecycles and > governance... > > Terry > And Federating...distribution of the NMR across n-platforms! -- Kit Plummer Nobody-in-Charge @ Black:Hole:Logic http://www.black

Re: ServiceMix 4.0

2007-08-22 Thread Bruce Snyder
On 8/22/07, Terry Cox <[EMAIL PROTECTED]> wrote: > Interesting. > > We need to have a very serious chat about application lifecycles and > governance... Now is the time. Bruce -- perl -e 'print unpack("u30","D0G)[EMAIL PROTECTED]&5R\"F)R=6-E+G-N>61Ehttp://activemq.org/ Apache ServiceMix - http:

Re: ServiceMix 4.0

2007-08-22 Thread Terry Cox
Interesting. We need to have a very serious chat about application lifecycles and governance... Terry

Re: ServiceMix 4.0

2007-08-22 Thread Nodet Guillaume
On Aug 22, 2007, at 11:43 PM, Bruce Snyder wrote: On 8/22/07, Nodet Guillaume <[EMAIL PROTECTED]> wrote: As I explained in the other thread, I've been working on a new API for ServiceMix 4.0. Hopefully this will serve as an input for JBI 2.0. This API is available at https://svn

Re: ServiceMix 4.0

2007-08-22 Thread Bruce Snyder
On 8/22/07, Nodet Guillaume <[EMAIL PROTECTED]> wrote: > As I explained in the other thread, I've been working on a new API > for ServiceMix 4.0. > Hopefully this will serve as an input for JBI 2.0. > This API is available at https://svn.apache.org/repos/asf/incubator

ServiceMix 4.0

2007-08-22 Thread Nodet Guillaume
As I explained in the other thread, I've been working on a new API for ServiceMix 4.0. Hopefully this will serve as an input for JBI 2.0. This API is available at https://svn.apache.org/repos/asf/incubator/ servicemix/branches/servicemix-4.0/api So here a few key changes: *