Log in to follow, share, and participate in this community.
Thread Why is JBoss trying to use HornetQ?
Why is JBoss trying to use HornetQ?We have a puzzling error caused by JBoss trying to use HornetQ unsuccessfully: Caused by: javax.jms.InvalidDestinationException: Not a HornetQDestination:JBossQueue[quickstart_helloworld_Request_esb] ...
Dependency Issue with JAAS AuthHey I am trying to create a JAAS AUTH on my CXF endpoint which is exposed as service to another application.. I get following error ERROR ----------------------------------- org.osgi.framework.Bundl...
Thread HornetQ and DLQ - How to configure Max delivery attemps?
HornetQ and DLQ - How to configure Max delivery attemps?I am running JBoss ESB 4.12 and JBoss 6.0.0.Final AS. As far as I can see configuring max-delivery-attempts has no effect. My scenario and configuration as follows: esbcontent/hornetq-jms.xml:
<?xml ve...
Thread JBOSS SOA EmailInflow Gateway connection issues
JBOSS SOA EmailInflow Gateway connection issuesHey guys ive seen this question multiple times but no proper anser just was wondering if anyone could let me know is you guys have seen this issue iam trying to connect my JBOSS SOA application to the gmail service an...
Thread Need advice on jboss esb cdr implementation
Need advice on jboss esb cdr implementationHi I am strucked up in implementing CBR for a message received via JMS as gateway and need advice on jboss esb cdr implementation. I have configurd a jms message as gateway for a esb service. This JMSM...
helloworld_topic_notifier vs jms_topicI am trying to design a publish-subscriber example running on JBoss ESB, so I am going through the quickstarts. What is the difference between these two quick starts, at least in terms of how the subscribers/listeners...
Failed to locate keystore '/keystore'Hi I am trying to invoke a web service from soap proxy client in soa-p-5.3.1. I have to invoke a web service which is over https. When I import the wsdl file in soapui it does not ask for any keystore file. ...
Max Delivery Attempts appears unlimitedWe're running load tests on a SOA-P 5.3 installation. Sometimes, of course, the system gets overloaded and we have to restart it. I'm having a problem that the restarted instance still finds old messages i...
Thread Get wsdl using org.jboss.soa.esb.actions.soap.SOAPProcessor
Get wsdl using org.jboss.soa.esb.actions.soap.SOAPProcessorDear colleagues! I want ask your advice to find proper solution form my problem. We have one esb project, standalone SOAP webservice and PHP clients which are using web service. The idea is secure thi...
Sending messages from c++ app over ESBHello, I want to send messages coming from a C++ application (functions in a DLL) over JBoss ESB. My idea was to use JMS queues, i.e., to use Hornetq, because JBoss AS uses it as JMS implementation, and...
Creating a sample JBoss ESB ProjectHi guys, I follwed http://www.mastertheboss.com/jboss-soa/jboss-esb-tutorial/page-2, but failed at step 3. If I try to create a new ESB Project Im getting the message attached. THX
Thread Help me with Proxy and Business service creation in ESB problems
Help me with Proxy and Business service creation in ESB problemsI am used to Oracle OSB. So I am looking for a console in jboss esb where I can create proxyService and businessService is this posible ? I can come to http://localhost:8080/jmx-console/ I have also deployed : dep...
JBoss SOA 5.2 - XA Recovery errorsHello there we have 4 nodes cluster with JBoss SOA 5.2 on production, lately we started seeing following errors on 2 nodes 2013-07-25 04:56:05,529 WARN [org.jboss.messaging.core.impl.tx.Transacti...
Setting Threads in Http GatewayHow do I set the number of threads in the Http Gateway listener within the JBoss ESB. If I have the following: <service category="esbcat" description="gateway service" invmScope="GLOBAL"...
Problem running jboss ESBHello, I am trying to install jboss ESB. I am using the following book as a reference: "JBoss ESB Beginner's Guide A comprehensive, practical guide to developing service-based applications using the ...
Installing JBoss ESBHi guys, my first post Ive installed JBoss AS 5.1.0. It works without errors. Then I tried to install JBoss ESB 4.12. ant deploy in install works, but then starting run.bat (yes it is windows ) giv...
Thread Catching exceptions twice in the actions pipeline.
Catching exceptions twice in the actions pipeline.Hi, Our intention is that catching the exceptions in ESB End Point Web Service and response in specified format and content. After refering to the soution at https://community.jboss.org/message/622789#622789. ...