Uses of Class
org.springframework.amqp.client.SingleAmqpConnectionFactory
Packages that use SingleAmqpConnectionFactory
-
Uses of SingleAmqpConnectionFactory in org.springframework.amqp.client
Methods in org.springframework.amqp.client that return SingleAmqpConnectionFactoryModifier and TypeMethodDescriptionSingleAmqpConnectionFactory.setConnectionOptions(org.apache.qpid.protonj2.client.ConnectionOptions connectionOptions) Set aConnectionOptionsinstance.SingleAmqpConnectionFactory.setPassword(String password) Set the password for the AMQP connection.SingleAmqpConnectionFactory.setPort(int port) SingleAmqpConnectionFactory.setUsername(String username) Set the username for the AMQP connection.