Hello, I'm having issues using the idempotent consumer and the JpaMessageIdRepository. Our idempotent consumer consumes from a JPA component that reads a database A. We want our JpaMessageIdRepository to store the processed message ids in a different database (B). But even though we have configured two distinct persitence units, the JpaMessageIdRepository stores the processed message ids in the database A.
Can the JpaMessageIdRepository store processed message ids in a separate database? Thank you in advance, Yvon -- View this message in context: http://camel.465427.n5.nabble.com/Idempotent-consumer-and-JpaMessageIdRepository-with-two-databases-tp5808258.html Sent from the Camel - Users mailing list archive at Nabble.com.
