Artem Bilan
Artem Bilan
> Rather than implement this yourself, you should come help fix I'm not sure what you suggest us to fix over there since here we try to come up with...
I'm not sure that this one has really some value. We have that table with links to target channel adapters. You follow them and determine from their specif chapter if...
Hey, @joshlong ! I've seen your Spring Tip on the matter: https://spring.io/blog/2019/06/19/spring-tips-distributed-locks-with-spring-integration. It is awesome as usual. Thanks for that and sorry that it hasn't been so visible for you...
While implementing #3446 I've noticed that `MongoDbChannelMessageStore extends AbstractConfigurableMongoDbMessageStore` with its `lazyLoadMessageGroups = true` by default and give us a full access to the stored messages, either via `getMessagesForGroup(Object groupId)`...
Also see relevant JIRA for complete story: https://jira.spring.io/browse/INT-948
I think we need to support both variants: 1. Natural mapping of headers and data into a `Message` incoming CE. 2. A transparent conversion into a CE from message. On...
Oh! I see what you mean. So, if it is something new for us, we should rely on the latest version! You should adapt from the old version by yourself....
I think whatever is available for us in [Spring Data Neo4J](https://spring.io/projects/spring-data-neo4j) is OK.
It was always like that and there is nothing Spring Integration specific. So, yes, better to start from Stack Overflow question first before raising issue over here. So, closing as...
There is also a message note in the docs: https://docs.spring.io/spring-integration/docs/current/reference/html/mail.html#mail-namespace > If your username contains the '@' character, use '%40' instead of '@' to avoid parsing errors from the underlying...