• How to publish/subscribe Topic messages using HornetQMixIn in unit tests

    Hello,   There are many examples in the quickstarts on how to use HornetQMixIn to send and receive Queue messages, however I couldn't find any such examples for JMS Topic. Can you please tell me how I can publis...
    Profile Photo
    last modified by tadayosi
  • Maven resource filtering doesn't work in a SwitchYard project

    Hello,   I'm trying to use Maven's resource filtering in my project's pom.xml like this:       <build>         ...       ...
    Profile Photo
    last modified by tadayosi
  • Bug in org.switchyard.component.camel.amqp module dependencies?

    Hi,   I have JBoss AS 7.1.1 with SwitchYard 0.8 installed. I tried to deploy camel-amqp-binding quickstart sample with standalone C++ broker, so I created new JBoss module for qpid client, modules/org/apache/qpi...
    Profile Photo
    last modified by herkules
  • Is it possible to use jBoss AS 8.x (nightly) build with switchyard?

    This article explains how to use ActiveMQ with jBoss AS 7. https://community.jboss.org/wiki/IntegrationOfJBossAS7WithActiveMQ   In that article, it says: Limitations JBoss AS 7.1.1 contains bug that prevents ...
    Profile Photo
    last modified by puttime
  • How do I configure multiple projects (services) to listen to the same queue?

    My situation is like this:   I have two projects (services) S1 and S2 which need to listen to the same queue. When a message, like   <?xml version="1.0" encoding="UTF-8"?> <send>  ...
    Profile Photo
    last modified by puttime
  • Add OSGi bundle manifests for all SwitchYard modules

    The feature comes from https://issues.jboss.org/browse/SWITCHYARD-340 .   My suggestion:   1 creating a new directory or module called switchyard-osgi 2 liking weld-osgi, we can only write a pom file for ...
    Profile Photo
    last modified by codeprince
  • A question about switchyard.xml

    Hi Team,   Does anyone see [1], [1]: http://www.mastertheboss.com/jboss-soa/switchyard-tutorial   For [1], I want to know whether can ignore switchyard.xml or not?   I think that , in theory, using ...
    Profile Photo
    last modified by codeprince
  • In the quickstart "camel-service", how do I call another (external) service?

    In the quickstart "camel-service" sample, an existing service within the project, is invoked, by doing this: .to( "switchyard://XMLService?operationName=acceptMessage"  );   Now, if I have another b...
    Profile Photo
    last modified by puttime
  • How to access a remote jBoss AS 7.1?

    I'm not sure how many times this has been asked, I tried searcing through the forum, but did not work. Hence I'm posting this.   One of the topics I looked at is this: https://community.jboss.org/message/247332#...
    Profile Photo
    created by puttime
  • How to order messages that are sent from the message queue?

    I have a test application which pumps about 1000 messages to the (hornetQ) message queue.   These messages get consumed by the service, but I noticed that messages don't get processed in the order they were sent...
    Profile Photo
    last modified by puttime
  • How to pump messages to ActiveMQ?

    I have followed the instructions to include ActiveMQ in jBoss AS. https://community.jboss.org/wiki/IntegrationOfJBossAS7WithActiveMQ I'm using it as an internal messaging broker.   I've created a new SwitchYar...
    Profile Photo
    last modified by puttime
  • Implementing "quickstart\jca-inflow-hornetq" sample.

    I'm trying to implement a "jca-inflow-hornetq" quickstart example from scratch.   Here's the list of steps so far: 1. Create a new "SwitchYard project". 2. Select "Bean", "JMS" and "HornetQ Mixin" components. ...
    Profile Photo
    last modified by puttime
  • Switchyard Property replacement in camel route to uri

    Hello,   I‘ve just started using switchyard 0.8 because we are migration from jboss6 to jboss7 and therefore we also want to migrate from jboss esb to switchyard. Now I have just a simple service which s...
    Profile Photo
    last modified by mkoenig
  • How do I import "quickstart" projects into jBoss Dev Studio?

    How do I import quickstart projects into jBoss dev studio? Cause I want to modify them directly in the IDE.   Now when I say "import", the Switchyard project never shows up.     Thanks
    Profile Photo
    last modified by puttime
  • Quickstart example "camel-jms-binding" fails to run when deployed via jBoss Dev studio.

    I have imported the "camel-jms-binding" quickstart example into JBoss Dev Studio.   It builds without errors. But when I deploy it, it gives me the following error: (line with error is in bold)   What is t...
    Profile Photo
    last modified by puttime
  • Is there any step-by-step example for pumping messages to HornetQ?

    Is there any step-by-step example out there which explains pumping messages to HornetQ? Preferably the source (i.e. the message pumper) should be outside of jBoss setup.
    Profile Photo
    last modified by puttime
  • JBoss ESB's SOAPClient equivalents in SwitchYard?

    Hello all,   I'm looking for SOAPClient (http://docs.jboss.org/jbossesb/docs/4.11/manuals/html/Programmers_Guide/index.html#sect-webservicessoap-soapclient-1) equivalents in SwitchYard. However, as far as I rese...
    Profile Photo
    last modified by tadayosi
  • Does XML Validator support XML Catalogs?

    Hello,   I'm wondering if XML Validator ( https://docs.jboss.org/author/display/SWITCHYARD/Validation ) supports XML Catalogs. In other words, can I use an XML schema like below [1] and resolve it based on the f...
    Profile Photo
    last modified by tadayosi
  • Project build error due to Pom problem in Quickstarts

    I'm trying to build the SwitchYard quickstarts and I am getting the following error inside of JBoss Developer Studio version 6. Project build error: Non-resolvable parent POM: Failure to find org.switchyard.quickstar...
    Profile Photo
    last modified by mschwery
  • Enable MTOM on Switchyard's SOAP endpoint

    Hello,   i'm currently developing some webservices that use MTOM for transferring large files. I'm using Switchyard 0.6 (that uses CXF) for exposing endpoints. I can't seem to find any article, tutorial or docum...
    Profile Photo
    last modified by krivko