Camel-Websocket is giving 405 HTTP method GET is not supported by this URL

2017-02-22 Thread ilter
Hi, I implemented a websocket service and deployed into Kubernetes. It can be accessible directly with the IP but by using the Hostname that is generated by Ingress not accepted by Jetty server and I am getting error "405 HTTP method GET is not supported by this URL" The question is that if Jetty

Creating Custom Web Socket instead of DefaultWebSocket

2017-01-08 Thread ilter
Hi, I am using the camel-websocket component but i would like to control the onConnect() method in order to authenticate the clients. So I searched the web and apperantly there was a patch given before for Custom Socket implementation in this link : https://issues.apache.org/jira/browse/CAMEL-8861

Kubernetes/Openshift service endpoint parameter to a Bean

2016-12-07 Thread ilter
Hi, I am creating a microservice by using Jetty and spring dsl. I need to access the mongo service which is already created in openshift. Based on the camel documentation i need to create a MongoBean first in order to access mongo component. The question in here how can i give the "service.host" a