How to set a JMS Request to Payload Empty?
Hi Guys, I'm trying to build a test suite that send an JMS message with payload empty ( like JMS Message Type= Mesage or Simple). I can connect correctly and send JMS messages that other types like byte, map and text. Can you help-me how to send a JMS Message with no body?Solved1.4KViews0likes1CommentConnect Hermes to WildFly 10 Artemis
Hi, I'm trying to connect Hermes to the messaging provider in WildFly 10 which is Artemis 1.1.0. I'm able to connect, send messages, and browse to a standalone Artemis 1.0.0. using a simple configuration with a single brokerURL=tcp://localhost:61616. However, I get a "peer did not send his wire format" when I try to connect to both http-connector and remote-connectors running Artemis embedded. Has anyone gotten Hermes to work with a similar deployment? Since this is a test environment, I have can change things on the WildFly side if that's easier to get the testing going. Thanks in advance, Carl2.3KViews0likes4CommentsConfiguration Error When Configuring HermesJMS (in SOAPUI) For Tibco EMS
Hi I am trying to configure a HermesJMS session on SOAPUI 5.3.0. When I try to discover quesues and topic from the provider I get errors. I am configuring the message for a TIBCO EMS 6.3.4 my serverURL = Valid IPAddress username = Valid password = Valid I have added all the approriate JAR files required and configured connection factory "com,tibco.tibjms.TibjmsConnectionFactory" Loader " INT_EMSGroup" with property serverURL and Value tcp://ipaddress:7222 and connection with a valid username and password . However, when I try to discover my session i get an error "java.lang.NoClassdefFoundError". Attached are screen shots Please any help will be desired ThanksSolved4.5KViews0likes6CommentsHermes alternative for JMS testing
Hermes is no longer maintained and the source does not seem to be available on source forge. Is there any plan for a replacement? Or would you have source available. We can not commit to a tool if a key feature for our project is unsupported.Solved5.1KViews0likes5CommentsJMS messages with no response
Hello forum members, I've got another question, now concerning JMS in SoapUI with the Hermes JMS integration. I want to send a JMS request to the server, which actually works well, the server reseaves the message, but it is a fire and forget message, so the server sends no response for it. When I am now using the Load Test the load test always stucks at this step because it is waiting for a response which it will never get.. How can I tell SoapUI that it should not wait for a response for that request? Regards.1.8KViews0likes4Comments