Hi dev community, According to https://jakarta.ee/specifications/messaging/3.1/jakarta-messaging-spec-3.1#restrictions-on-usage-in-jakarta-ee Asynchronous send is not permitted in a Jakarta EE web container or Enterprise Beans container. However, This is recommended but not required. I have spent some time trying to find precedent for disabling a feature in those environments in the codebase but couldn't.
Is there any precedent for turning off a particular feature in a Jakarta EE web container or Enterprise Beans container in ActiveMQ Classic? If not, can we skip that requirement for implementing Jakarta 3.1 async send? Thanks, Ken