NO-JIRA fix parameter name in HTTP example

This commit is contained in:
Justin Bertram 2017-10-25 09:08:51 -05:00
parent 448ff08bf8
commit c2f0c152cc
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ public class HttpTransportExample {
Queue queue = ActiveMQJMSClient.createQueue("exampleQueue");
// Step 3. Perform a lookup on the Connection Factory
ConnectionFactory cf = new ActiveMQConnectionFactory("tcp://localhost:8080?http-enabled=true");
ConnectionFactory cf = new ActiveMQConnectionFactory("tcp://localhost:8080?httpEnabled=true");
// Step 4.Create a JMS Connection
connection = cf.createConnection();