What I'm trying to do is send a message to a Queue on Wildly 8.2 which is situated on a different server than the one i am send the message from.
[QueueSend] --> [Wildfly 8.2]
Widlfy is setup using the http-connector.
The code i am using is a slight modification of this: HelloWordJMSClient
I've used the arguement http-remoting://<IP>:8080
but with no luck.
Obviously i have not provided much detail here so an answer i am looking for is the basic configuration required (either in the code, standalone file, etc) to allow me to send a message from one box, to the Wildfly box.
Thanks for your help.
EDIT: The error i am getting when trying to send the message is:
Attempting to acquire connection factory "jms/RemoteConnectionFactory"
NamingException encountered Failed to connect to any server. Servers tried: [http-remoting://192.168.12.3:8080 (java.net.ConnectException: Connection refused: no further information)]