Skip to content

Instantly share code, notes, and snippets.

View ravishankarhassain's full-sized avatar

Ravishankar Hassain ravishankarhassain

View GitHub Profile
@ravishankarhassain
ravishankarhassain / HTTPSConnectivityRoute.java
Last active May 25, 2017 17:22 — forked from nogweii/Test.java
A quick test to see if you have the JCE Unlimited Strength Jurisdiction Policy files installed. If you don't, in Java 6 you'll see 128. If you do, you'll see 2147483647. Thanks to http://stackoverflow.com/questions/11538746/check-for-jce-unlimited-strength-jurisdiction-policy-files
package com.camel.routes;
import org.apache.camel.Exchange;
import org.apache.camel.LoggingLevel;
import org.apache.camel.builder.RouteBuilder;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
public class HTTPSConnectivityRoute extends RouteBuilder {