cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

JMS Consumer design

viji28
New Contributor

I am using a JMS Consumer snap where the Queue name is derived from the pipeline parameter. In such a case , the queue name must always be entered in the parameter.

I would like to fetch the queue name from the dynamo DB, along with other values, and pass it to the JMS consumer snap. When the JMS consumer gives an output, it only gives me the message retrieved from the AWS queue but it does not give me any additional values like what was passed to the JMS Consumer snap. I am expecting a kind of expecting pass-through functionality.

Any thoughts ?

2 REPLIES 2

alchemiz
Contributor III

Hi Ms. Viji,

Good day, I would suggest to put this the queue names in the expression file as this are needed during pipeline initialization ๐Ÿ˜€

~EmEm

smudassir
Employee
Employee

For every output doc from the jms consumer snap, we are clearly telling the destination where the message was consumed from.

image

Isnโ€™t thatsufficient?