Skip to main content

I'm trying to connect during week 8 of the training and the connection is not working. Here is what I get: Could not connect to broker URL: tcp://jms.mulesoft-trai

ning.com:61616. I tried hitting it from the command line and nothing. Has the address changed?

 

<flow name="getTopicMessagesFlow">

<jms:inbound-endpoint topic="apessentials" connector-ref="Active_MQ" doc:name="JMS"/>

<logger message="#&nbsp;[payload]" level="INFO" doc:name="Logger"/>

</flow>

 

jms.broker = tcp://jms.mulesoft-training.com:61616

3 answers
  1. May 13, 2017, 4:38 AM

    If you do not have access to port 61616, set jms.broker equal to vm://localhost instead.

0/9000