From 75187b8df5df4f053a9b4d8f541a09dd1ec4dd0f Mon Sep 17 00:00:00 2001 From: Gary Russell Date: Fri, 29 May 2015 20:20:49 -0400 Subject: [PATCH] AMQP-500: Configurable SSL Algo, No Properties JIRA: https://jira.spring.io/browse/AMQP-500 Enable algorithm selection when not using certificates. (cherry picked from commit 059057e) --- .../RabbitConnectionFactoryBean.java | 12 ++++++-- .../rabbit/connection/SSLConnectionTests.java | 30 ++++++++++++++++++- 2 files changed, 39 insertions(+), 3 deletions(-) diff --git a/spring-rabbit/src/main/java/org/springframework/amqp/rabbit/connection/RabbitConnectionFactoryBean.java b/spring-rabbit/src/main/java/org/springframework/amqp/rabbit/connection/RabbitConnectionFactoryBean.java index a13dd35d..b42303b3 100644 --- a/spring-rabbit/src/main/java/org/springframework/amqp/rabbit/connection/RabbitConnectionFactoryBean.java +++ b/spring-rabbit/src/main/java/org/springframework/amqp/rabbit/connection/RabbitConnectionFactoryBean.java @@ -1,5 +1,5 @@ /* - * Copyright 2014 the original author or authors. + * Copyright 2014-2015 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -70,6 +70,8 @@ public class RabbitConnectionFactoryBean extends AbstractFactoryBean