|
|
Re: Cache coordination with tomcat 6 [message #1403515 is a reply to message #1403496] |
Thu, 24 July 2014 05:21  |
Eclipse User |
|
|
|
It seems that EclipseLink JMS Connection is established but EclipseLink is not sending any sync messages. Entities are configured correctly I guess:
@Cacheable(true)
@Cache(type = CacheType.FULL, coordinationType = CacheCoordinationType.SEND_NEW_OBJECTS_WITH_CHANGES)
If I send a text message manually via activeMQ EclipseLink is responding in my logging with:
[EL Warning]: 2014-07-24 11:20:24.706--ServerSession(992328659)--Received unexpected message type: org.apache.activemq.command.ActiveMQTextMessage from topic: T.SERVICE.INT; ignoring
So it seems EclipseLink is listening via JMS, but why isn't it sending any sync messages?
Greetings,
Sascha
|
|
|
Powered by
FUDForum. Page generated in 0.27618 seconds