RE: Eventcache dependency to JMS

2008-07-29 Thread Ard Schrijvers
Hello, Hey, I'm sorry for my delayed answer too ;-) Well, what I'm trying to gain is implementation independent blocks. I cleaned up the JMS block using Spring provided mechanisms (templates) for message delivery. The sample block is now based on the ActiveMQ implementation

Re: Eventcache dependency to JMS

2008-07-28 Thread Lukas Lang
Hey, I'm sorry for my delayed answer too ;-) Well, what I'm trying to gain is implementation independent blocks. I cleaned up the JMS block using Spring provided mechanisms (templates) for message delivery. The sample block is now based on the ActiveMQ implementation running in embedded mode

RE: Eventcache dependency to JMS

2008-07-23 Thread Ard Schrijvers
Hello Lukas, Sry for my late respond Hello, I'm wondering, why the eventcache block has dependencies on the JMS block and not the other way round? I do not know what you would win by switching the dependency around. JMS seems to me more uncoupled from eventcache then eventcache to jms.