So, something like this should work...
<!-- receive the inbound message -->
<int:gateway service-interface="com.brian.inboundGateway"
...
Type: Posts; User: brianmoss1003; Keyword(s):
So, something like this should work...
<!-- receive the inbound message -->
<int:gateway service-interface="com.brian.inboundGateway"
...
Excellent info.. just what I was looking for.
I had actually tried this, and it did not work for me, but maybe I had something out of whack.. At least I know it is doable.
I spent the last 3...
I would like to split a message, then split those messages again. The first correlation ids, sequence numbers and sequence size header values get overwritten by the second splitter, not allowing me...
I have a jaxrs:client called: auditClient, defined in a jboss-cxf.xml configuration file. I am running this on jboss.
I have also defined an audit class, lets call: auditImpl.java
The auditImpl...