Questions tagged [jbossfuse]

For development issues encountered while using Red Hat JBoss Fuse. It’s a small footprint, flexible, open source ESB.

JBoss Fuse combines Apache Camel, Apache CXF, Apache ActiveMQ, Apache Karaf and Fuse Fabric in a single integrated distribution.

Core messaging is provided by Apache ActiveMQ, services framework (SOAP, XML/HTTP, RESTful HTTP) is provided by Apache CXF and integration framework is provided by Apache Camel.

Apache Karaf provides a lightweight OSGI-based runtime container.

Fuse IDE is available along with JBDS to provide an easy-to-use integration development environment.

864 questions
13
votes
1 answer
12
votes
2 answers

What is the difference between Apache Camel and JBoss Fuse?

What is the difference between JBoss Fuse and Apache camel? How can it be used in building micro service based applications?
Sathyendran a
  • 1,709
  • 4
  • 21
  • 27
10
votes
1 answer

Camel SMPP - Server

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://smppclient@127.0.0.1:8056?password=password&systemType=consumer"/> to…
Joe2013
  • 1,007
  • 1
  • 9
  • 24
7
votes
1 answer

Apache Camel: Unable to get the Exception Body

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 get a java exception in my server logs. I have also…
rohan
  • 166
  • 1
  • 11
7
votes
3 answers

Difference between JBoss ESB server and JBoss Fuse

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 functionally different?
iwekesi
  • 2,228
  • 4
  • 19
  • 29
7
votes
2 answers

Getting Started with Jboss Fuse ESB

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 family]. I found out that, majority people use Jboss…
RaceBase
  • 18,428
  • 47
  • 141
  • 202
6
votes
1 answer

Get visual documentation from camel routes in Java?

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 mean not by drawing it by hand again, more for automatic…
flomo83
  • 195
  • 1
  • 9
6
votes
1 answer

web service endpoint using cxf in jboss fuse

I'm using jboss fuse 6.1-final: here is my simple route: and in the simpleProcessor I'm putting correct…
Nurlan
  • 673
  • 4
  • 18
6
votes
5 answers

Apache camel - how to "wiretap" synchronously? Or just send a copy of an exchange?

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 on the exchange body) …
vikingsteve
  • 38,481
  • 23
  • 112
  • 156
5
votes
2 answers

Why MultipartEntityBuilder throws org.apache.http.ContentTooLongException?

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 configure() throws Exception { …
user1134181
5
votes
6 answers

Apache Camel with Json Array split

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 with a group of 5. For example if I receive a json…
Selva Shanmugam
  • 53
  • 1
  • 2
  • 8
5
votes
3 answers

Best way to load dynamically routes in Apache Camel

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 startup, whcih would mean that we have defined some…
Tiho
  • 85
  • 1
  • 6
4
votes
0 answers

How to generate a features.xml for Karaf that take into consideration the already available features

So I have some simple webservices done using Camel and Apache CXF to run on a JBoss Fuse 6.3 Karaf installation. I want to automatically generate a features.xml to reduce the risks of mistakes and make it overall simpler, but I don't want to have a…
4
votes
2 answers

How should the following expressions be properly translated into blueprint "bean" property notation?

How should the following userid/password property expressions translated into blueprint "bean" notation? MQQueueConnectionFactory connectionFactory = new…
sairn
  • 461
  • 3
  • 24
  • 58
4
votes
0 answers

Invoke Secured Webservice with WS Policy using Camel-CXF

We are trying to invoke Secured Webservice using Camel CXf component. WSDL has wsp:Policy defined in it and I am able to successfully invoke service from soapUI by passing username/password but facing lot of problems if i try to invoke service using…
user2997551
  • 109
  • 1
  • 7
1
2 3
57 58