You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to replace activemq-all.jar which contains a loot of classes from other libraries: log4j, transaction-api, logging, etc.. with only required dependencies.
This jar with all libs can cause issues becuase we really don't know which class version java will select to use.
Also this library size is 15 Mb
The text was updated successfully, but these errors were encountered:
We need to replace activemq-all.jar which contains a loot of classes from other libraries: log4j, transaction-api, logging, etc.. with only required dependencies.
This jar with all libs can cause issues becuase we really don't know which class version java will select to use.
Also this library size is 15 Mb
The text was updated successfully, but these errors were encountered: