cancel
Showing results for 
Search instead for 
Did you mean: 

File to File Scenario

Former Member
0 Kudos

Hi Experts,

I am doing File to File Scenario. I want to send files with in the queue. In file sender communication channel I select QoS as exactly once in order. But it asking queue name. Where? We can get the queue name.

Regards

Ravi Kiran

Accepted Solutions (0)

Answers (4)

Answers (4)

baskar_gopalakrishnan2
Active Contributor
0 Kudos

Basically you need to create a queue name in the channel and PI assigns this name as queue name during runtime and in which all messages are processing for this scenario. Hope that helps.

Former Member
0 Kudos

Hi Ravi Kiran,

The queue name acts as a place holder for all incoming messages related to this scenario as you want to go for a EOIO scenario.And all incoming messages related to this queue will be processed in a FIFO manner (First In First Out).

You can give any name (String value) to the queue name and this queue will be created by the File Adapter Runtime.

Hope this helps.

Regards, Gaurav.

Former Member
0 Kudos

Hi,

queues are created dynamically, so is up to you to decide queue name.

Fabio

Shabarish_Nair
Active Contributor
0 Kudos

you can give it any name and it will be created during runtime.