Skip to content

Conversation

artembilan
Copy link
Member

Fixes #4001

The IQueue, ITopic and IExecutorService can be used with Spring Integration channel as is without any extra component implementations.

  • Document the cooperation feature with Hazelcast objects via samples

Fixes spring-projects#4001

The `IQueue`, `ITopic` and `IExecutorService` can be used with Spring Integration
channel as is without any extra component implementations.

* Document the cooperation feature with Hazelcast objects via samples
@artembilan
Copy link
Member Author

@vsalvati,

I broke a GH issue you've raised a bit trying to transfer it to discussions.
Which is really a mistake since we have agreed that this has to be reflected some way in the docs.]
Not one can comment on the issue(or discussion) at the moment.

Please, see my second commit for an Inbound Channel Adapter on the IQueue. That's the way to consume data from non-Spring producer.
More over if there is no producer on a QueueChannel at all this would be a pattern abuse and better to stay away from channel in this case at all.

Co-authored-by: Gary Russell <grussell@vmware.com>
@garyrussell garyrussell merged commit 6a2ff0c into spring-projects:main Feb 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

When configuring a HazelcastEventDrivenMessageProducer I'm not seeing the message actually dequeue from my hazelcast queue.
2 participants