Questions tagged [jboss-esb]

JBoss ESB is a Java based, open source, Enterprise Service Bus.

JBoss ESB (Enterprise Service Bus) is a part of the JBoss Enterprise SOA Platform. It is Java based open source software mapping the SOA (Service-Oriented Architecture) and SOI (Service-Oriented Infrastructure) onto a concrete implementation.

For documentation, visit the official homepage for the project:

http://www.jboss.org/jbossesb

66 questions
24
votes
2 answers

JBossESB - queue to service mapping

I am intercepting messages that are sent through JBossESB. I am using pipeline interceptors to do so. The problem is, that altough the sender is a service (for example PortReference < logical:BlueServiceESB#BlueListener >), the name of the receiver…
Smajl
  • 7,555
  • 29
  • 108
  • 179
12
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
  • 906
  • 2
  • 10
  • 39
4
votes
1 answer

How to debug JBossESB?

Many times when I use JBossESB something does not work, because of configuration issues. In complex ESB its not obvious what is wrong. I do know I can use tracing with system.out's, but is there any way to use debug to detect those configuration…
IAdapter
  • 62,595
  • 73
  • 179
  • 242
3
votes
1 answer

Calling remote ESB client error

I am trying to send and esb message from remote client, but I am constantly getting this error: org.jboss.soa.esb.listeners.message.MessageDeliverException: org.apache.ws.scout.transport.TransportException:…
Smajl
  • 7,555
  • 29
  • 108
  • 179
3
votes
0 answers

MessageAwareListener Error processing courier, backing off for 32000 milliseconds (AS 5.1 + ESB 4.10)

I have a problem with my ESB archives. I'm porting ESB projects from ESB server 4.4 to ESB 4.10 integrated in Jboss AS 5.1.0. I had built projects with right Runtime Environment 5.1. When the server started I have periodic Warnings. I had seen more…
murdock
  • 49
  • 1
  • 3
2
votes
1 answer

Change management in ESB (servicemix, mule, jboss, ...)

I am wondering if any of the open source ESB provides strong change management capabilities: ability to version services, components, rollback changes, compare changes. And if it could log which user has made changes and what is the change to the…
Khue Vu
  • 3,112
  • 4
  • 37
  • 40
2
votes
2 answers

JBoss ESB Message is received by the wrong Service

I have several services configured in jboss-esb.xml, when I send message to one of the service, my message will be received by one of the configured services (even though the message is not meant for that service)! If I send the same message again,…
Rosdi Kasim
  • 24,267
  • 23
  • 130
  • 154
2
votes
2 answers

JBoss Fuse Vs JBoss ESB - can find good info

I does anyone have a short explanation on the diff between JBoss Fuse and JBoss ESB. ? What will I gain by using JBoss ESB ? Thanks.
klind
  • 855
  • 2
  • 21
  • 33
2
votes
1 answer

Can i install JBOSS SOA-P into existed JBOSS EAP 5.1?

On my server UBUNTU SERVER 12.04 LTS, I installed JBoss EAP 5.1, and everything is working perfectly. Now I need to install JBOSS ESB, JBPM and JBoss Web Services. These 3 packages (except perhaps JBoss Web Services) are contained in JBoss SOA-P…
2
votes
1 answer

Conditional execution for ESB action

Is there a way in JBoss ESB so that an action can be conditionally executed. My requirement is to conditionally transform an XML if the incoming XML has an attribute resubmitmode with tag value as true. Is there any way to do this with SmooksAction.…
HungryForKnowledge
  • 289
  • 1
  • 8
  • 18
2
votes
0 answers

Unable to invoke an EJB deployed on JBoss 7.1 from JBoss ESB 4.10

I'm trying to invoke an Stateless Session Bean (EJB 3) deployed on Jboss 7.1 Final from an remote instance of JBoss ESB 4.10. In my jboss-esb.xml I have the following information:
Luciano Fiandesio
  • 10,037
  • 10
  • 48
  • 56
1
vote
1 answer

How to send a response to the invoker of a service without reaching the end of the pipeline

I have 2 custom actions exectuting one after the other in the same service like this Suppose that ActionA does some…
Fenris_uy
  • 237
  • 3
  • 9
1
vote
1 answer

Jboss ESB catching exceptions

I have a message is created from a post request through an HTTP gateway. What I'd really like is a way for any exception to be caught from any action in the ESB and be able to log it to a database. I saw some information on setting the fault to in…
1
vote
1 answer

How to receive Error code from SOAPClient : JBOSS ESB

I am using org.jboss.soa.esb.actions.soap.SOAPClient in my ESB. And i am trying to get the HTTP status code or any exception if SOAPClient fails to send request. Here , there may be plenty of reasons for unsuccesful delivary ex :--404,500 etc.... My…
Madhu CM
  • 2,296
  • 6
  • 29
  • 38
1
vote
1 answer

Adding username/password in SOAPClient : JBOSS-ESB

I have a WSDL URL which has security constriants. I need to provide username and password at header. After providing these credentials i can send the request . how can i add username/password using SOAPClient . I did not find any property defined…
Madhu CM
  • 2,296
  • 6
  • 29
  • 38
1
2 3 4 5