Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

MSMQ with AIF?

15 views
Skip to first unread message

matt1980

unread,
Jul 13, 2010, 9:29:08 AM7/13/10
to
hi,

I would like to create a MQ Message into MSMQ queue and then read from
AXapta through AIF. For example, I would like to create a record for
"Custtable" through MSMQ queue, so, by reading the message from the queue
through AIF, we can create a new record. Is there any example how we can
submit the data (i think data should be in XML format) into the MS queue via
C# (or via any 3rd party tools)?

Thanks
Matt



Axel Kühn

unread,
Jul 14, 2010, 2:35:28 PM7/14/10
to
Hi Matt,

currently i have no end to end example on how to use c# msmq and aif but
here are some links which should help you.

General usage of msmq with c#:
http://www.codeproject.com/KB/cs/mgpmyqueue.aspx

Using msmq to send xml messages with c#:
http://www.eggheadcafe.com/tutorials/aspnet/af86b2ae-f9b9-4f29-a08b-9332ed9da498/c-msmq--send-and-receiv.aspx

Msmq and AIF (Dynamics AX side):
http://technet.microsoft.com/en-us/library/aa834340.aspx
http://daxdilip.blogspot.com/2007/10/msmq-exchange-with-ax.html

And in addition an AX -> msmq -> AIF -> AX example:
http://blogs.msdn.com/b/emeadaxsupport/archive/2010/04/26/creating-an-msmq-message-that-can-be-consumed-by-ax-aif-process.aspx

Hope this helps you.
--
Sincerely yours
Axel Kühn (visit my Dynamics AX blog at: http://blog.ak-home.net)

Joris de Gruyter

unread,
Jul 16, 2010, 11:01:37 PM7/16/10
to
The EMEA support blog has an article on doing exactly this, putting a message
on MSMQ that can be read by AIF...

http://blogs.msdn.com/b/emeadaxsupport/archive/2010/04/26/creating-an-msmq-message-that-can-be-consumed-by-ax-aif-process.aspx

------------------------
Streamline Systems, LLC http://www.streamlinesys.com
My blog @ http://daxmusings.blogspot.com

0 new messages