Skip to content
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

Allow to configure prefetch size on the destination URL #95

Open
akhil1000 opened this issue Oct 28, 2022 · 1 comment
Open

Allow to configure prefetch size on the destination URL #95

akhil1000 opened this issue Oct 28, 2022 · 1 comment

Comments

@akhil1000
Copy link

akhil1000 commented Oct 28, 2022

implement prefect logic for the destination prefetch - prefetch size will be like below will be passed as part of the destination name

<message-driven>
         <ejb-name>mybean</ejb-name>
         <destination-jndi-name>queues/@my.Queue?consumer.prefetchSize=3</destination-jndi-name>


      </message-driven>
@eolivelli
Copy link
Collaborator

We can implement support for passing consumer configuration in the Destination name.
This feature can be based on #60

@eolivelli eolivelli changed the title implement prefetch Allow to configure prefetch size on the destination URL Oct 28, 2022
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

No branches or pull requests

2 participants