Log in to follow, share, and participate in this community.
Thread need a web service proxy quickstart in SwitchYard
need a web service proxy quickstart in SwitchYardI need a web service proxy quickstart in SwitchYard. It seems that it has been solved (link: https://issues.jboss.org/browse/SWITCHYARD-420). Where may I download this WS proxy quickstart quickstart. If...
Switchyard version and toolsHello, I am new to the JBoss platform and trying to use Switchyard as ESB in my project. I have several questions below: Is there any good tutorial web site for beginners to start with Switchyard? I a...
how to get component name in switchyardHi All, Can you please tell me how can i get the component names in switchyard in camel route implementation. I need it to pass the ncomponent name to custom logger framework dynamically.
Thread Scope of camel headers and properties across two composite services.
Scope of camel headers and properties across two composite services.Hi All, What is the scoep of camel headers and properties across two composite services. I have a scenario where i need to pass some values in headers/Properties in camel exchange from one composite service to anoth...
jms consumer count changingi have a switchyard service that binds to a jms queue (external amq). i specify concurrentConsumers and maxConcurrentConsumers. I expect that on application deploy, i would see on amq that there are consum...
Thread Replace JSON node name through Camel transformation
Replace JSON node name through Camel transformationHi All, I have an input Json String which is consumed by rest Binding in Switchyard Project .My Json string is something like one given below {"idNumber":"539", "serviceInstancenumber":1...
Securing JMS in Jboss fuse service worksHi All, Can you please tell me if we can secure JMS(Message encryption and SSL Connection) in switchyard. In both Hornet Queue embedded queue and IBM MQ (external one). if so can you please tel m...
jBPMRemote API to start Switchyard projectHi, is it possible to use the jBPMRemoteAPI (see Chapter 17. Remote API) to start a BPMN process packaged as switchyard SCA? The API offers a convenient way to manage process instances (start, find, ...).......
Thread JMS Reference Binding for POJO Objects - Exchange body going as null
JMS Reference Binding for POJO Objects - Exchange body going as nullHi All, Iam trying to place a pojo message object in to JMS Reference Hornet Queue. Iam able to put the message successfully,another component is listening to the queue and when the component picks the message the e...
Transaction safe process starthi, does SwitchYard offer a transaction safe way to start SCAs? I want to start a BPEL process in my stateless EJB, but the SCA binding only supports the RemoteInvoker (HttpInvoker). Thats not transaction saf...
STS Token validation over JMS BindingHi All, Can you please tell me if i can validate the STS token with JMS binding in switchyard 1.1. I have a scenario where the consumer puts the soap message with STS saml token in to an MQ(Horne...
Thread Switchyard call HTTPS service with certificate - soap binding
Switchyard call HTTPS service with certificate - soap bindingHi All, I need to call a https service from a switchyard service. Iam getting below error. Caused by: javax.xml.soap.SOAPException: javax.xml.ws.WebServiceException: Could not send Message. ...
Injecting CDI Bean into Camel RouteBuilderInvoking a Bean component from a Camel component is not a problem in Switchyard, if you use a component reference and invoke the bean via to("switchyard://BeanService"). But what if you want to use bean's methods dir...
Camel, rename file in case failureHi, I use camel routes for implementation of integration platform. My routes are defined in java DSL camel component and i use file binding. I have the following case: Get the file from inbound direct...
mock boolean return typeI'm having troubles with the test runner trying to mock a service interface that returns a boolean. I use the below ExchangeHandler, and the invocation goes fine, I can step through and see handleMesage...
Thread Regarding use of Dynamic value in .drl file
Regarding use of Dynamic value in .drl fileHi, My name is Manoj and i am the begginer in this jboss drools. I am developing the rules for business. I have gone through the doc and samples but unable to find the dynamic value use in .drl file. ...
STS and Soap headers switchyard.Hi All, I had a look in to the quickstarts in demos policy-security-saml inside jboss fuse service works 6.0. I would like to extend the functionality by passing the STS token from one switchyard service ...
Thread Stop Switchyard processing for some messages JMS binding
Stop Switchyard processing for some messages JMS bindingHi, I have a scenario where i need to ignore some of the messages based upon the content of the xml. Iam using JMS Binding and i have specified the reply to and requesttimeout options. My switchyard compo...
Thread Switchyard JCA Reference Binding and IBM MQ
Switchyard JCA Reference Binding and IBM MQHi All, Iam facing issue with JCA Reference binding while connecting to IBM MQ.the JCA service binding is working as expected and picking message from MQ. I had created two admin objects with be...