Here is my scenario i am storing the Customer data on server MSMQ . I
wanted to send the data from these queue to the gateway by using the
WCF service and get the response from there and save the response with
respective to queue ID.
Here is my problem how to call service when a message come into queue
(Using Triggers or is there any better way).
Any help is Appreciated
Thanks
Raghu
Client going to enter Details of Credit Card --------> On Server i am
going to make 1st queue and Save those Details
From Server 1st Queue i am going to send another 2nd Queue and DB
From 2nd Queue i am going to send the information to Payment Gateway
for Processing and store the result in DB back.
Here is my problem
1) How to Queue know when message has inserted so that it can send to
Gateway Service?
2) Is Using Triggers is a Right Option?
Do You think that I am going in right Direction or i need to implement
this in different Way.
Thanks in Advance
Raghu