Forum Discussion

Razis's avatar
Razis
Occasional Contributor
12 years ago

Accesing and copying JMS properties

How I can access and copy JMS properties from response and copy them to request with transfer step or groovy script?

4 Replies

  • nmrao's avatar
    nmrao
    Icon for Champion Level 1 rankChampion Level 1
    Understand that currently, you are able to use jms to invoke web service. Mention otherwise.

    Secondly, interested to know what jms properties are need to collect. As per my understanding, you are not meant for plain jms communication and your post is related to soap over jms. In that case, do need to care about jms properties?
  • Razis's avatar
    Razis
    Occasional Contributor
    Your understanding is 99% correct. I need to take care about JMS Properties cause I need to get value and put it in request message. My communication is in 99% soap over jms, however I have just one little exception...
  • nmrao's avatar
    nmrao
    Icon for Champion Level 1 rankChampion Level 1
    Ok. I believe that the request / response works in synchronous mode here in this case, so i doubt if it is in users control to read jms properties as jms message is read by soapui using hermesJMS libraries.