Questions tagged [mule-cluster]
64 questions
4
votes
0 answers
Support for SOQL in Mule Applications having multiple workers
I have been working on Mule past couple of months and understand the Mule worker and load balancing if a http endpoint is hit. However, One of the use case is where I have used Salesforce connector and wrote SOQL to get the updates done on any…

Sachin Shukla
- 173
- 10
3
votes
1 answer
Mule Error, Only owner thread can write to message still occures with http module
I have the next error in production cluster Mule 3.6. it occur sometimes during the day, but does not reach detect the original cause.
2015-11-17 08:01:54,819 ERROR [org.mule.exception.DefaultSystemExceptionStrategy] - Caught exception in Exception…

dmotta
- 1,843
- 2
- 21
- 32
3
votes
2 answers
Sending message to vm deployed on Cluster with two nodes
Am able to set-up a cluster as per mule documentation using mule-ha-bundle-2.0 but with two nodes in two different machines connected in the same network and can deploy a flow having vm and logger as below.

Learner2207
- 117
- 2
- 13
2
votes
1 answer
Mule API AutoDiscovery vs Mule API GatewayProxy
When should we use API Proxy against API AutoDiscovery. After implementing both, I found AutoDiscovery can also apply policies, analytics which API Gateway does, only thing is I cannot use a different url if using AutoDiscovery. Main advantage of…

user4338724
- 91
- 2
- 7
2
votes
4 answers
Mule Clustering deployment issue
I am trying to implement clustering in Mulesoft. My intention is to deploy an application to the cluster of application servers.
I have installed a Mule server each in two physical machines which I have binded to a cluster.
Then I created a Mule…

Hari shankar
- 33
- 4
1
vote
1 answer
Deploying a mule application to a mule cluster using docker
I am kind of new to MULE ESB and deployments. I have been doing some trials around deploying mule application to a mule standalone . I am using an approach similar to…

Poppy
- 2,902
- 14
- 51
- 75
1
vote
1 answer
Mule4 deployment configuration
I am new to Mule4.x features. Get to realize that mule-app and mule-deploy has been deprecated. Where and how to provide information about deployment configurations? I can see mule-artifact.json is there but no where I am able to find how to use it…

Maddy
- 11
- 1
- 6
1
vote
4 answers
How to call MEL expression while invoking the key value with key from properties file in mule
I have properties as below
path.order=/order
path.address=/address
Usually we will use ${path.order} to get the key value. I want to pass the type(order or address) dynamically to get the key value. Like below
${path.#[flowVars.type]}
I tired with…

Gopi
- 105
- 1
- 7
- 24
1
vote
1 answer
Shared cache between workers in Cloudhub?
From what I see in the official cache scope documentation, if managed-object-store is used with appropriate values - cache is supposed to be shared between multiple workers/nodes in Cloudhub.

pavanlimo
- 4,122
- 3
- 32
- 47
1
vote
2 answers
Quartz application in Mule cluster without JobStore
We currently have a on premises cluster environment where we currently have 2 node clustered. We are using Mule 3.8.2 runtime.
We are aware that quartz is not a cluster aware and after a google search, we found if we deploy quartz in a cluster it…

Sri Arun
- 133
- 11
1
vote
7 answers
Poll for every 45 minutes using cron
I need to poll after deployment immediately i.e 0 seconds and then for every 45 mins using cron
Should poll as follows:: 00:00, 00:45, 1:30,2:15,3:00 and so on

Gopi
- 105
- 1
- 7
- 24
1
vote
2 answers
Configure Mulesoft shared distribution memory
I am working on Mulesoft application which I have deployed in Mule servers of two different physical machines.The servers are binded together to form a cluster.
In clustering mode, the servers are said to share common distributed memory such that if…

Hari shankar
- 33
- 4
1
vote
2 answers
Things to be taken care while Moving from standalone to cluster Environment( High Availability)
Our application is currently running in standalone (on-premise), planning to move in to cluster(High Availability). Could be please let me know what all the possible Mule components and changes which i needs to be done in Developer point of view.
If…

Infinity
- 484
- 2
- 8
- 21
1
vote
0 answers
How to fix java.lang.IllegalArgumentException: null source?
In mule flow, I have configured XA datasource for XA transaction as following and also jboss transaction management

Manjula Sajjanam
- 33
- 8
1
vote
3 answers
Mule ESB open source for production
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…

Simbu
- 766
- 1
- 12
- 37