According to Jboss AMQ guide, AMQ JMS Client 1.1.0 is should be used to connect to broker. But it works only with amqp:// or amqps:// not with tcp:// or ssl:// . Which library we should use for non-amqp but standard JMS connection?
Official sample programs use maven and redhat repo for required library and it is not using AMQ JMS Client 1.1.0.