Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exception error javax.jms.JMSException: Could not create Transport #20

Open
ybulent opened this issue Apr 13, 2021 · 0 comments
Open

Exception error javax.jms.JMSException: Could not create Transport #20

ybulent opened this issue Apr 13, 2021 · 0 comments

Comments

@ybulent
Copy link

ybulent commented Apr 13, 2021

Hi,
When trying to follow workshop and trying to test command:
java -jar ./bin/amazon-mq-client.jar -url $url -mode sender -type queue -destination workshop.queueA -name Sender-1

Getting error:

Exception in thread "main" javax.jms.JMSException: Could not create Transport. Reason: javax.jms.JMSException: Could not create Transport. Reason: java.io.IOException: Transport not scheme specified: [$URL]
at org.apache.activemq.util.JMSExceptionSupport.create(JMSExceptionSupport.java:36)
at org.apache.activemq.ActiveMQSslConnectionFactory.createTransport(ActiveMQSslConnectionFactory.java:122)
at org.apache.activemq.ActiveMQConnectionFactory.createActiveMQConnection(ActiveMQConnectionFactory.java:346)
at org.apache.activemq.ActiveMQConnectionFactory.createConnection(ActiveMQConnectionFactory.java:252)
at com.aws.sample.amazonmq.AmazonMqClient.main(AmazonMqClient.java:67)
Caused by: javax.jms.JMSException: Could not create Transport. Reason: java.io.IOException: Transport not scheme specified: [10.122.0.13]
at org.apache.activemq.util.JMSExceptionSupport.create(JMSExceptionSupport.java:36)
at org.apache.activemq.ActiveMQConnectionFactory.createTransport(ActiveMQConnectionFactory.java:333)
at org.apache.activemq.ActiveMQSslConnectionFactory.createTransport(ActiveMQSslConnectionFactory.java:120)
... 3 more
Caused by: java.io.IOException: Transport not scheme specified: [10.122.0.13]
at org.apache.activemq.ActiveMQConnectionFactory.createTransport(ActiveMQConnectionFactory.java:319)
... 4 more

Searched the root cause for the error and kind of found a solution:
https://stackoverflow.com/questions/58434684/activemq-artemis-transport-scheme-not-recognized-vm-error

Could you update on your workshop?

Kind Regards

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant