クラスの使用
org.springframework.amqp.client.SingleAmqpConnectionFactory
SingleAmqpConnectionFactory を使用するパッケージ
org.springframework.amqp.client 内の SingleAmqpConnectionFactory 使用
修飾子と型メソッド説明SingleAmqpConnectionFactory.setConnectionOptions(org.apache.qpid.protonj2.client.ConnectionOptions connectionOptions) ConnectionOptionsインスタンスを設定します。SingleAmqpConnectionFactory.setPassword(StringSE password) AMQP 接続のパスワードを設定します。SingleAmqpConnectionFactory.setPort(int port) SingleAmqpConnectionFactory.setReconnectOptions(org.apache.qpid.protonj2.client.ReconnectOptions reconnectOptions) AMQP 接続用にReconnectOptionsを設定します。SingleAmqpConnectionFactory.setUsername(StringSE username) AMQP 接続のユーザー名を設定します。