Skip to content

GH-4001: Doc for cooperation with some HZ objects #4003

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Feb 6, 2023

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