I want to configure a bigger pool size for my message consumer in my java ee application, as the consumption of a message requires some time (mostly waiting).
How can i do this? I would prefer a solution that uses annotation.
Is this task dependant on the used resource adapter? (mine is activeMQ)