Skip to content

Commit

Permalink
Merge pull request #19 from assimbly/develop
Browse files Browse the repository at this point in the history
  • Loading branch information
assimbly authored Feb 26, 2021
2 parents 22b599e + 0e031b2 commit 9fa48ef
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,21 +86,24 @@ conf.xml
<maximumRedeliveries>0</maximumRedeliveries>
<redeliveryDelay>3000</redeliveryDelay>
<logLevel>OFF</logLevel>
<from>
<endpoint>
<id>2</id>
<type>from<type>
<uri>file://C:\test1</uri>
</from>
<to>
</endpoint>
<endpoint>
<id>2</id>
<type>to<type>
<uri>file://C:\test2</uri>
<options>
<directoryMustExist>true</directoryMustExist>
</options>
</to>
</endpont>
<error>
<id>2</id>
<type>error<type>
<uri>file://C:\test3</uri>
</error>
</endpoint>
</flow>
<services/>
<headers/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1197,8 +1197,7 @@ private SSLContextParameters createSSLContextParameters() {
tsp.setPassword("supersecret");
TrustManagersParameters tmp = new TrustManagersParameters();
tmp.setKeyStore(tsp);



SSLContextParameters sslContextParameters = new SSLContextParameters();
sslContextParameters.setKeyManagers(kmp);
sslContextParameters.setTrustManagers(tmp);
Expand Down

0 comments on commit 9fa48ef

Please sign in to comment.