MSMQ - I can't find any message queue

I tried to search "msmq", "queue" and "que" at ther action list search - got 0 results.

see attached pictures of finalbuilder IDE.

Yaron Avraham

Configuration manager

Jajah Inc.

Hi,

I don’t think current version of FinalBuilder has an MSMQ action, think this could be a wish list.
Meanwhile, there are alternatives though:
1. Use Run Script action to run a script calling MSMQ
(You can search for “MSMQ powershell” or “MSMQ IronPython” on this topic, depending on your script of choice)

2. Create .NET dll (e.g. in C#) for MSMQ messaging purpose, then create a new custom action in ActionStudio.

Edit:

Indeed there is a dll file named “FBMSMQActions.dll” under …\FinalBuilder 7\ActionDefs\Assemblies\2.0

Strange that it doesn’t seem to be included in FB Action :\

Thanks,

Can you tell me which action I can use for "FBMSMQActions.dll"?

 

Unfortunately, no, sorry : (
(Although I'm not sure if the dll file can be used in ActionStudio)

I found that MSMQ action is added in FB7 and didn't exist in early release.
Their other product, Automise 4 has MSMQ actions and the missing file: VSoft.MSMQ, but is encrypted with different format from fbpax.

Hopefully they fix this.

The MSMQ actions are not in FinalBuilder, only Automise (another product based on the same code). The entries in the help file and the dll deployment are a mistake and will be removed in the next update. Appologies for any confusion.