cancel
Showing results for 
Search instead for 
Did you mean: 

Maximum FILE size option

Former Member
0 Kudos

Hi Experts,

I know the max file size option on the sender file adapter.

If the file size is greateer then the one specified in the sender channel the channel will go in error.

I just want to know that after going in error will it pick other files as well or we need to Start/Stop the channel or something else needs to be done

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Sumit,

> I just want to know that after going in error will it pick other files as well or we need to Start/Stop the channel or something else needs to be done

I think you have to remove that file in the Queue, then only it will picks the next file.

Regards

Ramesh

Former Member
0 Kudos

HI Ramesh,

I have not specified any queue name for the same.

So I think sencond message will pick any queue by default.

So sholud it stop the other file from pickng.

Please correct if I am worng.

Regards,

Sumit

Former Member
0 Kudos

Sumit,

Default one input and one output queues are there, so we have to check that queues. if the message strucks in that queues we have to delete those messages. So check the status in the queues.

SMQ1 --> OutBound Queue

SMQ2 --> Inbound Queue

Regards

Ramesh