• Help understanding Camel : https://github.com/jboss-fuse/quickstarts

    I am new to FUSE and Camel and i was trying to understand in which scenario would i use fuse or camel I downloaded CBR project from the above quickstarts links and was able to run as a standalone camel project. blu...
    Profile Photo
    created by szarekar
  • Understanding FUSE and Apache camel

    hi   In one of the  camel project which i downloaded from Apache camel website -  in camel-context.xml  I see routes, cxf , active mq defined and used to send and receive msgs. If all these compone...
    Profile Photo
    created by szarekar
  • Does camel need fuse container to run it routes?

    Camel is a framework. But i am trying to understand what does it need to run -  a container or JVM?
    Profile Photo
    last modified by szarekar
  • Anyone have a good example of high availability?

    I have a service that I want to make highly available on the ESB.  Most of the examples I have tried are routes and etc.  Is there a good example or lab to walk me through how to enable high availability? &#...
    Profile Photo
    last modified by pcootey
  • How to get the SOAP Request from an camel exchange

    In the "cxf:cxfEndpoint" configuration if i add dataFormat=PAYLOAD only then i'm able to get SOAP Message , but the problem with dataFormat=PAYLOAD is i cannot do this MyPOJO pojo=exchange.getIn().getBody(MyPOJO.clas...
    Profile Photo
    last modified by niteshjain132
  • How to identify if the incoming request is SOAP or REST in Camel

    Hi,   I have exposed my camel project as a rest web service. http://localhost:9090/route/restservice/getQuote   How do i identify that the incoming request is SOAP or rest - if it is REST or SOAP (are ther...
    Profile Photo
    last modified by szarekar
  • How to identify if incoming request is soap or rest in Camel

    Hi,   I have exposed my camel project as rest based -http://localhost:9090/route/restservice/getQuote   but how do i identify if the incoming reqest is SOAP and if yes, convert it into to REST   Thanks,
    Profile Photo
    created by szarekar
  • JBoss Fuse ESB -  Proxy for JMS and JDBC

    Hi, I am very new to JBoss community and have very little experience.   I wanted to create a proxy application/workflow using Fuse ESB that takes input from an Active MQ JMS queue, Persist the original message ...
    Profile Photo
    created by sajamil
  • How to invoke a rest service from Camel routes

    Thanks Grzegorz This is what i am trying to achieve   1) REST UI http://localhost:9090/route/customerservice/customers/GOOG   2) Calls :http://www.webservicex.net/stockquote.asmx/GetQuote?symbol=RHT ...
    Profile Photo
    created by szarekar
  • Error running camel project - https://github.com/christian-posta/file-rest-blog/blob/master/README.md

    Hi I downloaded the project from gethub   https://github.com/christian-posta/file-rest-blog/blob/master/README.md serviceclass is I tried running the project using two ways - import javax.ws.rs.*; import j...
    Profile Photo
    created by szarekar
  • How to Get mulipart-attachment in SOAP Response using CXF ?

    I am trying to get the multi-part attachment in soapui response. Using apache cxf webservices i am reading multipart content from database and sending the attachment as response for the soap request.   I tried u...
    Profile Photo
    last modified by niteshjain132
  • CAMEL-FUSE project error

    I am running this sample camel project. however, I am getting below error on camel:run Could you pls help   [ERROR] ************************************* [ERROR] Error occurred while running main from: org.apache...
    Profile Photo
    last modified by szarekar
  • what is Jboss FUSE - is it a container or framework ?

    What is the difference between Jboss FUSE and Jboss EAP
    Profile Photo
    last modified by szarekar
  • Getting SOAP-Request Headers in Response

    when i invoke a camel cxf endpoint by passing Headers, i get the same headers in response, is there any way to ignore the headers only in response.   This is how i get Headers-   public void processHeade...
    Profile Photo
    last modified by niteshjain132
  • features:install jdbc-driver-postgres [command not working]

    Hello Everyone,   I am trying to issue the following command from the JBoss Fuse shell: features:install jdbc-driver-postgres   This is however is not working. When I type in this command I receive the...
    Profile Photo
    last modified by x100
  • How to get the System Environment variable inside camel context

    I have a system variable "JBOSS_FUSE_HOME" and in my camel context i tried this   <camelContext trace="false" id="Camel"  xmlns="http://camel.apache.org/schema/spring"> ..... .....   ...
    Profile Photo
    last modified by niteshjain132
  • Please explain me the difference between Jboss FUSE and Apache camel

    when to use and not to use -   Jboss FUSE and Apache camel ?
    Profile Photo
    last modified by szarekar
  • Not able to load Drools through knowledgeBase/ksession

    does anyone know why sample drools project is working when run via main() Method , and when invoked via camel processor, i'm getting the following error wile trying to create the knowledge base (KnowledgeBase kbase =...
    Profile Photo
    last modified by niteshjain132
  • How and where to configure maxIdleTime in camel-websocket component?

    How and where to configure maxIdleTime for camel-websocket component? We are using  JBoss fuse  2.10.0.redhat-60024 version. I want to set the maxIdleTime to never expire like(<=0)   In the documen...
    Profile Photo
    last modified by ravibharathii
  • Trying to get ApplicationContext on Bundle Startup

    Scenario: (Fuse 6.0) Trying to invoke a route as soon as an osgi bundle is deployed.   used Bundle Activator, but getting the CamelContext as null, because the BundleActivator class is called before CamelContex...
    Profile Photo
    last modified by niteshjain132