Questions tagged [fuseesb]

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

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

It offers:

368 questions
0
votes
2 answers

programmatically get server load information from Apache ServiceMix using JMX

Is it possible to get the server load information of a webserver deployed on a ServiceMix / Fuse ESB. I dont want to use Jconsole but get the information by running a java file and writing the values into text file. Could someone point me to some…
Kunal Suri
  • 18
  • 2
0
votes
2 answers

OSGi how to install a bundle from a remote machine?

I have a bundle: com.helloworld Helloworld 1.0.0-SNAPSHOT Previously, the bundle and OSGi container(FUSE ESB Enterprise) are at the same machine. I use the following command to install…
Li'
  • 3,133
  • 10
  • 34
  • 51
0
votes
1 answer

Fuse ESB and web services - how to expose routes as web services or wrap existing services as web services

I am really getting stuck on how to integrate my business applications to Fuse ESB. In particular - web services functionality. I have a couple of questions - 1) Can I 'wrap' a blueprint.xml in Fuse ESB as a web service and call it from a business…
user1769045
  • 141
  • 1
  • 3
  • 12
0
votes
1 answer

Can I invocate a route in Fuse ESB and wait for a reply?

Can I invocate a route in Fuse ESB from my application (maybe by using Exchange Send) and then have my application class wait for and receive a reply from Fuse ESB, after the route has done its job?
user1769045
  • 141
  • 1
  • 3
  • 12
0
votes
1 answer

In a blueprint.xml route, call a propertyplaceholder using an xpath returned value

I have a blueprint.xml in which I write some routes for an ESB. I want to get values from an XML file passed into the route. I want to then use these values to make up a dynamic property key name and call the properties file and get the matching…
user1769045
  • 141
  • 1
  • 3
  • 12
0
votes
0 answers

Adding standalone zookeeper servers into fabric ensemble

We're attempting to add standalone zookeeper servers into the zk ensemble ran by fuse fabric (as either followers or observers). However, it looks like fabric has pretty tight control over the zk configuration and I haven't been able to find any…
Kiersten Arnold
  • 1,840
  • 1
  • 13
  • 17
0
votes
1 answer

Validate message of VirtualTopic before it reaches to consumers

I am trying to validate message with Apache Camel (ver 2.10.4) that is sent to a Virtual Topic in FuseESB (based on Apache ServiceMix, ver 7.1.0), using validator:xsd (message is XML in TextMessage), and when it fails the validation, I want to…
srex
  • 121
  • 1
  • 7
0
votes
1 answer

What is the correct URL to make available the FAB feature in karafe?

At http://fuse.fusesource.org/bundle/faq.html#How_do_I_enable_FAB_support_in_my_OSGi_container_, we are instructed to do: features:addUrl mvn:org.fusesource.fuse/fuse-fuse/7.0.1.fuse-084/xml/features features:install fuse-bundle in karafe to enable…
Steve
  • 69
  • 1
  • 7
0
votes
1 answer

What does 'moveFailed' really do?

I want to create a file input that behaves as follows: Process the exchange Attempt to copy the input file to a shared drive If step (2) fails (e.g. share is down) then move to local file instead Following the doc the 'moveFailed' parameter…
0
votes
2 answers

Fuse ESB osgi:install running into issues

Good Morning, I downloaded the beta version of jboss fuse (jboss-fuse-6.0.0.redhat-015) and decided to try out the cbr sample.I run maven command "mvn clean install" and then started up the jboss fuse via commad line.At the karaf…
0
votes
1 answer

how to use FUSE ESB glue multiple applications

i have two applications, one deployed on server 1. the other deployed on server 2. application one want to post some date to application two, when application two process complete. it will send a event to application one, my customer suggest us to…
lost_in
  • 75
  • 2
  • 7
0
votes
1 answer

How to add a service registry (example: UDDI) to FuseESB?

I'm using Red Hat Fuse ESB. I would like to use the "service registry" concept (example: UDDI) for discovery at run time the endpoint of the service. It is feasible?! Thanks a lot
0
votes
2 answers

ServiceMix (FuseESB) fails to find Camel javascript support when jar starts up

When deploying a Camel route to FuseESB, as FuseESB tries to start up the jar file, it gives the following exception in the log: Found initial references null for OSGi service…
Hedley
  • 1,060
  • 10
  • 24
0
votes
2 answers

OSGi missing requirement org.wiring.package = org.hsqldb when deploying Camel code to ServiceMix ( FuseESB )

I've written some Camel code but when deploying to FuseESB v7.10 on Windows I get the following exception in the log: Unable to resolve 337.0: missing requirement [337.0] osgi.wiring.package; (&(osgi.wiring.package=org.hsqldb)(version>=1.8.0.7) …
Hedley
  • 1,060
  • 10
  • 24
0
votes
1 answer

Fuse ESB - Apache Camel: Getting NullPointerException while invoking a REST service hosted on an external web container

I am getting a NullPointerException while invoking a REST webservice hosted on Tomcat. The route looks something like:
Punit Shah
  • 15
  • 4