Mule ESB open source for production - mule

I am new to Mule ESB. We like to use Mule ESB as integration tool for our applications to integrate with vendor site. We have 2 questions.
1) mule ESB is completely open source tool for production and development environment ?
2) We have went through few sites and blogs and found below information. Can you please correct us if our understanding is incorrect.
a) Mule ESB community Edition - Free for production and non production. But could not find the link to download the Mule ESB software.
b) Mule ESB enterprise Edition - 30 day free trial version. Then monthly subscription amount will be decided by Mule (silver,Gold,Platinum)
Thanks in advance!

Mule has two versions: Community and Enterprise. Community version has CPAL license which allows you to run Mule in production, gives you access to the code and make code changes if you need. Enterprise version has a commmercial license, you can find more information here.
Here is the link for downloading Mule Community Edition: https://developer.mulesoft.com/download-mule-esb-runtime

Yes Mule community edition is free for production and non-production and can be downloaded from here, the licensing is tricky with Mule and it would be best to read through it completely.
If you are considering with enterprise edition do get in touch with MuleSoft they will be able to help you out.
Also look out for other options like Spring Integration and Apache Camel if you are looking at low cost options ...

Mule has two versions: Community and Enterprise. Community version allows you to run Mule in production, gives you access to the code and make changes in code. Enterprise version has a commmercial license, wecan find more information here. chk this link
https://developer.mulesoft.com/download-mule-esb-runtime

Related

quickbooks desktop enterprise integration with mulesoft

I have to build a integration between Mulesoft and QuickBooks Desktop Enterprise edition. How Can the same be done? I know that for QuickBooks Online, as soon as access code is generated, a web service call will do whatever functionality is required. Is the same possible for Desktop enterprise also? If yes, please give some sample. I have to create Bills in QuickBooks enterprise using this integration.
Thanks
It looks like there's a connector for that.

Activiti Integration with Mule

When I try to run the activiti - mule integration example in Embedded mode, I am getting the below error -
org.mule.api.MuleRuntimeException: Could not find required org.mule.api.connector.ConnectorOperationLocator in the registry under key _muleConnectorMessageProcessorLocator
at org.mule.client.DefaultLocalMuleClient.getConnectorMessageProcessLocator(DefaultLocalMuleClient.java:61)
I could not find anything on this error. Does anyone have any idea? Also, is Enterprise edition of Mule required for remote mule activiti integration? I am using the community edition.
Thanks

How to check existing Worklight version installed :- Consumer or Enterprise

I am trying to download a fix pack from fix central and i have two options consumer or enterprise, Is there a way to check existing WL server installation is consumer edition or enterprise edition depending on which i can start the download.
There is no technical difference between the Enterprise and Consumer editions.
The difference is in your license terms with IBM. So whichever you download, it's the same.
So if you want to know which to download - contact your Business unit and ask them which you should download (even though technically they are the same...). Don't mess with the Legal departments. :-)
Read more here: http://www-01.ibm.com/support/knowledgecenter/SSHS8R_7.0.0/com.ibm.worklight.getstart.doc/getstart/c_wl_editions.html

Can we implement IWAP reports with IBM Worklight developer edition

Can we implement IWAP reports with developer edition of IBM Worklight 6.0 ? If yes please guide me with technical document or any link. Is this feature only available with Enterprise or Consumer version ?
If yes then how can we implement/test this on development environment. And can anyone please provide me with list of features which are not available with developer version(one which comes into my mind is Application Center).
The Operational Analytics feature introduced in Worklight 6.0 is only available for paid versions of IBM Worklight 6.0. There's a file (analytics.zip) in the resulting IBM Installation Manager output folder that contains everything you need to setup the IBM Websphere Analytics Platform (IWAP). Once you have IWAP installed, you will need to modify a couple of properties inside worklight.properties which, among other things, tell the Worklight Server where to send the analytics data.
Regarding features found only in paid versions, beside Application Center and Operational Analytics, ability to use other DBMS (MySQL, DB2, etc.) and Application Servers (WAS, Tomcat, etc.). There are also Ant scripts that aim to help with common tasks like deployments.
More
InfoCenter
Getting Started Module

Is MMC only for Enterprise MuleESB?

By reading this:
"The Mule ESB management console centralizes management for all your Mule Enterprise Edition deployments, both the standalone variety and those embedded in application servers." source
one can infer that MMC is not for Community ESB. Is that correct?
Your assumption is correct. In fact MMC communicate with the Mule ESB server through an agent that is available only for the enterprise version.