I need to send a message from my web application to a foreign JMS server.
I'm using WebLogic and I've already configured a Foreign JMS Server/ConnectionFactory/Queue.
Regarding the Java code, should this code works also for a foreign JMS server?
I've tried, but I got an error, but... should it works?
Thanks