This closes #1504
This commit is contained in:
commit
098d69b63c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue