Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-users] Message Persistence for JMS Coordinated Cache

Hello Dave,
    If the JMS service fails you can assume that the cached objects will continue to be updated through normal application operation making the messages corresponding to those objects useless.  The longer the service is down the less useful the messages would be.
--Gordon

Dave Muirhead wrote:
When setting up an EclipseLink JMS Coordinated Cache, is it recommended to configure the JMS provider to use message persistence or not?

On one hand, it doesn't seem like message persistence would terribly beneficial, since newly started VMs would have no need to see cache modifications that occurred in the past. On the other hand, I can see wanting to preserve messages in the event the JMS provider fails.

Thanks in advance,

Dave

--

==========
Dave Muirhead
dmuirhead@xxxxxxxxx

_______________________________________________ eclipselink-users mailing list eclipselink-users@xxxxxxxxxxx https://dev.eclipse.org/mailman/listinfo/eclipselink-users

Back to the top