Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
nmodi
Creator
Creator

Using ActiveMQ - Only Pass FileName & location instead of file content / body as message

I am trying to use ActiveMQ in my ESB route, 

 

here is my design,

 

taking file input from FTP-->download it on shared drive-->pass file name location as message to ActiveMQ

 

0683p000009LzbT.png

 

and then other ActiveMQ process can read that message & eventually process file from shared location

 

my issue that it passes whole file content onto ActiveMQ & I dont want that. 

 

How can I just pass filename & file location and/or any other file properties as queue message?

Labels (3)
1 Reply
nmodi
Creator
Creator
Author

Any response to this is very much appreciated?