I get the following error when starting my app, which has an embedded broker.
ERROR [org.dmd.ClientProxy.ClientProxyDaemon.main()]
(ClientProxyDaemon.java:104) -
org.springframework.beans.factory.BeanCreationException: Error creating bean
with name 'broker' defined in class path resource [client-
Hi all,
I am using JPA (currently with OpenJPA) to persist the execution state of a
process. I sometimes need to use the same transaction to consume a message,
update the state of the process and persist it to disk, and generate some
message.
Essentially I have two services which communicate vi