Forum Discussion

viji28's avatar
viji28
New Contributor
3 years ago

JMS Consumer design

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

  • alchemiz's avatar
    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

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

    Isn’t thatsufficient?