Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[osee-dev] RE: Remote Event Service Re-Arch

I was able to get a simple publish subscribe example working using camel
and activemq.  I think the test at least demonstrates that camel and
activemq are useful technologies that we can build on without much
technical difficulty.  

There were 13 libraries used:

/test.activemq.pub.sub/libs/spring-aop-2.5.6.jar
/test.activemq.pub.sub/libs/spring-core-2.5.6.jar
/test.activemq.pub.sub/libs/spring-beans-2.5.6.jar
/test.activemq.pub.sub/libs/spring-jms-2.5.5.jar
/test.activemq.pub.sub/libs/spring-tx-2.5.5.jar
/test.activemq.pub.sub/libs/spring-context-2.5.6.jar
/test.activemq.pub.sub/libs/camel-jms-2.0-M2.jar
/test.activemq.pub.sub/libs/activemq-core-5.2.0.jar
/test.activemq.pub.sub/libs/geronimo-j2ee-management_1.0_spec-1.0.jar
/test.activemq.pub.sub/libs/geronimo-jms_1.1_spec-1.1.1.jar
/test.activemq.pub.sub/libs/camel-spring-2.0-M2.jar
/test.activemq.pub.sub/libs/activemq-camel-5.2.0.jar
/test.activemq.pub.sub/libs/camel-core-2.0-M2.jar

If anyone wants to look at the simple project I created let me know and
I'll get you the source.

-Andy

> _____________________________________________ 
> From: 	Finkbeiner, Andrew M  
> Sent:	Wednesday, July 15, 2009 3:28 PM
> To:	'osee-dev@xxxxxxxxxxx'
> Subject:	Remote Event Service Re-Arch
> 
> Because of various Jini and architecture problems with the current
> implementation of our event service we are working towards a new
> implementation for the next OSEE release.
> 
> Both ActiveMQ http://activemq.apache.org/ and Camel
> http://camel.apache.org/ have been talked about as possible building
> blocks for the new architecture.  Are there other libraries we should
> consider?  Let's try to come up with a strategy for the re-arch and
> maybe start a list of known use-case issues that we want to be sure we
> have handled.  Thoughts?
> 
> -Andy


Back to the top