This commit is contained in:
Clebert Suconic 2017-09-01 17:24:18 -04:00
commit 098d69b63c
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ public class QueueExample {
// Step 1. Create an initial context to perform the JNDI lookup.
initialContext = new InitialContext();
// Step 2. Perfom a lookup on the queue
// Step 2. Perform a lookup on the queue
Queue queue = (Queue) initialContext.lookup("queue/exampleQueue");
// Step 3. Perform a lookup on the Connection Factory