Log in to follow, share, and participate in this community.
Thread JBoss ESB simple Example
JBoss ESB simple ExampleHi, I am going to start with JBoss ESB. Can anyone please forward me the link where end to end exampe of ESB is described. I have browsed a lot but did not got any which gives the steps. ...
Thread JCRMessageStoreImpl store only message body?
JCRMessageStoreImpl store only message body?Hi folks, I'm taking a look to JCRMessageStoreImpl class, because I'm evalueting to write a JBossDNA's sequencers on message stored in JCR repository by esb. I noticed current implementation only store Message Body an...
EBWS Security SupportI'm working on "Web service publishing support for ESB services ignores WS-Security. " https://jira.jboss.org/jira/browse/JBESB-2552. This task has to concerns: 1. Add support for container security 2. Add support fo...
Thread listener for ESBAware message+Socket communication
listener for ESBAware message+Socket communicationHi, I am trying to use Jboss ESB as an interceptor for IP socket comunication. Usecase: Simple message, which used to get communicated through IP socket client & server program. ...
Advanced MessageStore implementationI am thinking about an advanced MessageStore implementation. From my point of view a MessageStore should have following features: Search for messages based on Header information Properties Message body Type Att...
JSR-170 message storeThere have been a few posts about implementing a JSR-170 (aka JCR) message store as an alternative to the default database implementation. I wrote a simple implementation using the Apache Jackrabbit libraries as a bas...
Thread Check if header element exists in message Response.
Check if header element exists in message Response.Hi everyone, i'm using this platform for the first time, so maybe my question is very simple because i don't understand how it works, but i can't find the right way to solve this problem. The situation: I nee...
REST integration within JBoss ESBThere have been a number of requests lately to include support for REST within JBoss ESB but there has been no real discussion on what people mean by 'integrating REST'. Have you tried using REST within ESB? Do you h...
JBossESB 4.0_Alpha1 releasedI'm pleased to announce that the JBossESB team have just released version 4.0_Alpha1 into the public svn repository. This is pretty much just a slightly refactored and updated version of the Rosetta codebase. Expect m...
Routing slip EIP - implementation?Hi, Routing slip pattern is something I've desired for some time in the JBossESB. There are workaround for this, but they're exactly that - workarounds. Could the JBossESB devteam shed a light is there point i...
Passing Message to JbpmHello, I have a problem and I will appreciate any suggestion about it. This is my scenario: I have several services orchestrated from jbpm, the starter service receive an xml through http, the xml is transform...
Thread Relation between JBoss ESB and JBoss Enterprise SOA Platform
Relation between JBoss ESB and JBoss Enterprise SOA PlatformHi. This might be a dumb question, but the answer is not obvious from the product info pages. What is the relation between JBoss ESB and JBoss Enterprise SOA Platform? Thanks for the info.
Simple Deploy of JBOSS esbHI, i am very new to ESB concept, i just gone through the examples in internet which uses custom Build.xml.. Very tough to follow, please guide me to deploy steps or any URL. regards Sandeep
Parse Messages between ActionsHey Guys. I am pretty new to JBossESB, so please be kind! My basic question is, how do I parse messages through actions not using org.jboss.soa.esb.message.defaultEntry as the key? So I tried using ...
ESB deploy issue !I have a problem with the jbossesb 4.9 and would like to know if any user of the forum could help me. I have two installations of JBoss ESB, one from the jbossesb-server-4.9 and i installed another from jbosse...
Thread Is this the way to make a SOAP client, extract params and response ?
Is this the way to make a SOAP client, extract params and response ?I'm just trying to understand how to write a SOAP client. If you can: PLEASE REPLY Up to know, i think thats the way: 1. jboss-esb.xml with actions:request-mapper, response-mapper and a soap-wise-clien...