cancel
Showing results for 
Search instead for 
Did you mean: 

STRANGE PROBLEM in PI 7.1 ( PI Sending ACK Automatically) --SMQ2 is filling

Former Member
0 Kudos

Hi All,

I am facing a strange problem in PI 7.1

The scenatio is like this , we will receive a file from 3rd party (JMS sender) to PI . Once we receive the file we will send ACK back to MQ.(just an confirmation )

This will be processed in PI and given to ECC...

The scenario is working fine ....But once PI receives the file from JMS ..its sending ACK back ..Good. Problem is its also sending ACK by taking the sender details as receiver(REVERSE) ie , with the Sender component , Sender interface and namespace its reversing as RECEIVER.

Because of this, messages (which is actually not there) are strucked in SMQ2 ....creating big problem...

We check the IDX_NOALE ....settings are good (removed all the check box)....

Any HELP ????

Accepted Solutions (0)

Answers (2)

Answers (2)

stefan_grube
Active Contributor
0 Kudos

> The scenario is working fine ....But once PI receives the file from JMS ..its sending ACK back ..Good. Problem is its also sending ACK by taking the sender details as receiver(REVERSE) ie , with the Sender component , Sender interface and namespace its reversing as RECEIVER.

Yes of course. An Ack message goes from receiver to sender.

You have to configure routing rules for ack message.

former_member200962
Active Contributor
0 Kudos
Once we receive the file we will send ACK back to MQ.(just an confirmation ) 
But once PI receives the file from JMS ..its sending ACK back ..Good

From what I read, JMS does not support ACK messages, what setting did you do for this?