what's the best way to use the jboss-client.jar in a Wildfly 10 application?
问题 I have a Wildfly 10 ear application (runs in the server container) which needs to be able to publish to a remote queue hosted on another wildfly server. To accomplish that I copied this jar from the wildfly\bin\client folder into the ear's lib folder. That worked fine. But now, after official packaging, when i start Wildfly and the application, I get an error message... something about the manifest file of this jar. What's the best way to set up the apllication so that this jar is found by