Recently, for a client of ours, we had to check if a JMS Queue on an 14c Oracle WebLogic Server was correctly configured and working.
In this article, you can read more about the steps I took to send messages to and receive messages from an Oracle WebLogic Server JMS Queue, by using the Java programs QueueSend.java and QueueReceive.java.
On my laptop, I already had a VirtualBox appliance with an Oracle OSB 12c training environment, which included Oracle JDeveloper 12c (12.2.1.1.0) with an integrated WebLogic Server.
