Class BrokerConnectionSenderSSL
- java.lang.Object
-
- org.apache.activemq.artemis.jms.example.BrokerConnectionSenderSSL
-
public class BrokerConnectionSenderSSL extends java.lang.ObjectThis example is demonstrating how messages are transferred from one broker towards another broker through the sender element on a AMQP Broker Connection. The sender operation on the broker connection will use a SSL connection.
-
-
Constructor Summary
Constructors Constructor Description BrokerConnectionSenderSSL()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidmain(java.lang.String[] args)
-