jbossfuse Questions

4

Solved

What is the difference between JBoss ESB Server (which is available here: http://jbossesb.jboss.org/downloads/) and JBoss Fuse (http://www.jboss.org/products/fuse/download/) How are both function...
Exerciser asked 9/4, 2016 at 5:58

6

I have a camel application which receives a json array request from a jms queue upto size 13000,the structure of the json array request is as below. I would like to stream and split the json array ...
Derbent asked 13/12, 2017 at 15:3

2

Solved

I have a simple Apache Camel route that gets the serialized files from the queue and sends it to some external resource: public class MyRouteBuilder extends RouteBuilder { @Override public void ...

5

Solved

I have an apache camel route which is processing a POJO on the exchange body. Please look at the sequences of lines marked from 1 to 3. from("direct:foo") .to("direct:doSomething") // 1 (POJO o...
Devoir asked 7/1, 2014 at 10:34

3

Solved

we have developped application based on Karaf and Apache Camel. While our application is entirely based on bundles ( OSGI ) we are also loading the Camel context ( and its' Route Contexts ) on star...
Lornalorne asked 29/4, 2014 at 4:20

1

Solved

I'm new to apache camel and made some routes working properly via Java DSL. Now I'm wondering if there is a chance to get automatic a visual representation of these routes with JBoss Fuse? I mea...
Obel asked 24/4, 2017 at 19:49

2

Solved

What is the difference between JBoss Fuse and Apache camel? How can it be used in building micro service based applications?
Atalayah asked 10/2, 2017 at 18:2

1

Solved

Whenever there is normal flow in my Camel Routes I am able to get the body in the next component. But whenever there is an exception(Http 401 or 500) I am unable to get the exception body. I just g...
Dubose asked 7/12, 2016 at 1:40

1

Solved

Rest Endpoint <jaxrs:server id="jaxrs" address="http://127.0.0.1:8080/jaxrs"> <jaxrs:serviceBeans> <ref component-id="service1" /> ... ... <ref component-id="serviceX"...
Sallyanne asked 3/5, 2016 at 6:5

1

I'm using jboss fuse 6.1-final: here is my simple route: <route> <from uri="cxf:bean:synchronousEndpoint"/> <log message="Service invoked." /> <process ref="simpleProcesso...
Habitable asked 14/5, 2014 at 8:20

1

I am familiar with Camel-SMPP and also it works great for my consumer and producer routes. I am using Selenium SMPP SIM to test the same. from uri="smpp://[email protected]:8056?password=pass...
Huberman asked 9/12, 2013 at 10:10

2

Solved

I am new to ESB and trying to understand ESB concepts and real-world use cases. I dug into few of the open-source ESB products, seems like Apache Camel is the most famous one [being from Apache f...
Lipread asked 13/11, 2013 at 6:51
1

© 2022 - 2024 — McMap. All rights reserved.