Hello! Because we had some problems setting up the JpaMessageIdRepository in our FUSE ESB, I developed the JdbcMessageIdRepository, based on Springs JdbcTemplate and similar to the JpaMessageIdRepository (ant I think it's a more light-wight solution to persist two attributes instead of a full blown ORM mapper...). I would like to contribute this peace of code (and of course the unit tests ;o) ). I wonder, what the best place is for this peace of code. I think camel-spring or camel-sql, because camel-jdbc doesn't have a dependency to spring at present. Any suggestions?
Christian