JMS GET Operation support

How receiving messages from JMS queue is supported in apigee ? Is there any policy available for the same ?

1 2 188
2 REPLIES 2

Hi @Sunandita, you can go through the doc here. on jms-integration.You can use java callout policy to achieve this.

Hi @Sunandita Dam,

I believe you can use java callout policy to do this. Please see if below link helps to get an idea.

http://docs.apigee.com/api-services/cookbook/use-java-customize-api

I guess you need to get the output of the java code in either request or response flow variables in order to process this further in the proxy.

Please let me know if this works.