Questions tagged [fuseesb]

Fuse ESB - an open-source, standards-based integration platform.

Fuse ESB is an open-source, standards-based integration platform.

It offers:

371 questions
11
votes
2 answers

Fuse vs Switchyard

I need to know what is the difference between Jboss Fuse and Switchyard. Switchyard website says it will be replacing Jboss ESB. This brings the question what is the difference between FUSE and Switchyard where both will work as ESB
learner
  • 786
  • 8
  • 36
11
votes
2 answers

Work Flow in Camel vs BPM

We have used Apache camel as a Workflow engine.First Wehave WebService One and wait for the response and based on the response call WebService 2 or WebService 3.Its a pure WorkFlow and have couple of WorkFlow Steps like this.I have got less chances…
Leo Prince
  • 880
  • 1
  • 11
  • 32
9
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
  • 947
  • 7
  • 22
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
  • 1,688
  • 2
  • 14
  • 24
6
votes
3 answers

Debugging FuseESB application in Eclipse

Fuse ESB uses karaf server with OSGi. for the code if anybody has steps to get the debugger for the application it will help. I am currently using Eclipse Indigo. As OSGi is used we are using Maven to build the same. Which plugin will help for Karaf…
R-JANA
  • 1,058
  • 1
  • 13
  • 28
4
votes
2 answers

org.apache.camel.ExchangeTimedOutException: The OUT message was not received within: 30000 millis

I'm trying to expose a web service using fuse esb + apache camel + seda/activemq and I'm facing to an issue returing a status message to the web service call. here is my simple camel route :
oeil
  • 103
  • 1
  • 2
  • 5
4
votes
1 answer

Error while installing camel-jetty feature in Fuse ESB

I am trying to configure Fuse ESB on my Windows 7 machine. Here are the configs. Configuration JRE 1.6.0_30 MS VC++ Redistributable - x86 9.0.30729.17 JAVA_HOME set to "C:\Program Files\Java\jre6" Apache ServiceMix 4.4.1-fuse-02-02 After…
Imran S.
  • 875
  • 12
  • 31
4
votes
1 answer

resolving two dependency chains in FuseESB and Jersey Servlet

I am trying to deploy a Jersey servlet in FuseESB (based on apache serviceMix) but I get the following error: Error executing command: Unable to resolve module com.temp.myappserver [248.4] because it is exposed to package 'javax.ws.rs' from…
Arnon Rotem-Gal-Oz
  • 23,410
  • 2
  • 43
  • 66
4
votes
1 answer

Does FUSE ESB support RabbitMQ?

I am making one rails application which is integreted with RabbiMQ. I want to integrate Fuse ESB in my application, but still after google I am not confirmed that RabbitMQ supports to Fuse ESB or not. Can anybody tell me that RabbitMQ supports Fuse…
Anand Soni
  • 5,930
  • 9
  • 48
  • 97
4
votes
5 answers

OSGi feature uninstall works, but bundles are still installed

EDIT: updated this question with latest information... I'm having issues running back-to-back "features:uninstall" commands for dependent features. OSGi responds back with "State change in progress...", but by accepting other requests, we run into…
Ben ODay
  • 19,926
  • 7
  • 41
  • 67
4
votes
1 answer

postgresql driver not loaded by the OSGI container?

I am using using Jboss Fuse 6.2.0 and trying establish a jdbc connection from my project. I am using blueprint.xml to define the postgresql datasource using which I am trying to insert data into the database hosted locally on my system. Here is my…
Ankush Bhan
  • 323
  • 5
  • 20
4
votes
2 answers

Camel rest-dsl sending 400 Status codes

I am developing REST services using camel REST-DSL [in camel documentation] component.I am successful in sending JSON request for happy path and get the response on the same using (Rest-DSL and camel servlet) combination. Now as we move forward the…
Leo Prince
  • 880
  • 1
  • 11
  • 32
4
votes
2 answers

OSGI Felix not exporting the src/main/resource files

As we know that by defaul osgi export-package only export the package from src/main/java folder, but i need the other file form src/main/resource also to be exported to use by other projects. Below is the example of my ProjectA (packaging type is…
vashishth
  • 1,620
  • 1
  • 29
  • 57
4
votes
1 answer

what is the difference between JBoss Fuse and Apache ServiceMix?

I am currently deploying an application I want to base on Camel and ActiveMQ. Because of this I decided to go for ServiceMix or Fuse because they include everything I need and the OSGi stuff adds even more value. The application will in the end be…
Marged
  • 9,123
  • 9
  • 45
  • 87
4
votes
0 answers

Dequeue messages from an ActiveMQ Virtual Topic

I'm using FuseESB with ActiveMQ v5.7.0.fuse-71-047 (aka v5.7) I have one virtual topic "VirtualTopic.xxx" and one subscriber which (using Camel) it set ut as follows: from(activemq:Consumer.A.VirtualTopic.xxx?brokerURL="something") …
KimHafr
  • 2,854
  • 3
  • 24
  • 25
1
2 3
24 25