Questions tagged [mule-cluster]

64 questions
0
votes
2 answers

How to add request-reply scope to the mule studio 3.4.2

How to add request-reply scope to the mule studio 3.5.0. Not able to see request-reply scope in the pane. could you please help me out on this?
Gopi
  • 105
  • 1
  • 7
  • 24
0
votes
1 answer

async scope is not working in Clustering in mule 3.4.2

async scope is not working in Clustering in mule 3.4.2. we are getting below exception. Message : Interrupted while queueing event for "SEDA Stage Main_Flow.async1". Message payload is of type: ConfirmReceiveMessageResponse Code …
Gopi
  • 105
  • 1
  • 7
  • 24
0
votes
1 answer

is it not possible to deploy mule application in server if database connection fails

My Database server is down.. When I try to deploy mule application in mule standlone server, application is not getting deployed because jdbc connector could not connect to database..Even if jdbc connection fails to database, that should not stop…
0
votes
2 answers

Blocking="false" is not working in JDBC Reconnection in 3.4.2

In JDBC Reconnection strategy implemented blocking as false.. so when we try to deploy the application, even though JDBC connection fails applicaion should be deployed.But Application is not getting deployed in server. Following is the xml…
0
votes
2 answers

I want pass two payloads and variables data inside the VM in mule 3.4.2.How I need to pass them?

I want pass two payloads and variables data inside the VM in mule 3.4.2. How can I pass this data?
Gopi
  • 105
  • 1
  • 7
  • 24
0
votes
1 answer

use an inbound VM or JMS endpoint with transactional delivery to perform retries on the outbound FTP endpoint

Alternatively, you could remove until-successful and use an inbound VM or JMS endpoint with transactional delivery to perform retries on the outbound FTP endpoint. could you please provide me the example on this with VM? this related to below…
Gopi
  • 105
  • 1
  • 7
  • 24
0
votes
3 answers

How to Override Implementation of HTTP Outbound Connector in Mule AnyPoint Studio

Hi I am working with a Mule Any Point Studio and I just want to know that how to configure or override HTTP Inbound/Outbound Implementation so that i can dynamically override its functionality and change it's properties like : Address Exchange…
Utsav
  • 1,593
  • 4
  • 22
  • 46
0
votes
1 answer

Using MEL to fetch URL in HTTP OUTBOUND ENDPOINT

I have an requirement where I have to consume an rest service over HTTPS and I have to fetch the URL in runtime . To accomplish the same I am setting the REST 'url' as a outbound property and I am trying to fetch that using…
Naveen Rayappa
  • 119
  • 3
  • 17
0
votes
2 answers

How to Load Balance Mule ESB without using Mule Management Console

I am working with Mule ESB and instead of using Mule Management Console (MMC). I just want to load balance so that if I am exposing my Mule ESB as a Service so in that case I don't want to use load balancer to balance my Mule ESB , because once the…
Utsav
  • 1,593
  • 4
  • 22
  • 46
0
votes
1 answer

how can i expose MULE to external world?

we are using an ESB for any communication between the external world and our application environment, for its obvious uses . i would like to understand , how can i make any call coming from the external world to go through the mule and vice versa.…
0
votes
1 answer

Error when using twitter User Stream in Mule ESB

I am running the process where I have the twitter as the streaming inbound endpoint capturing all the user sream or the user events . I sometime get the below errors WARN 2014-11-19 11:52:05,716 [Twitter4J Async Dispatcher[0]]…
Naveen Raj
  • 801
  • 11
  • 26
0
votes
1 answer

Making call to Rest services in mule ESB

I have made a web app which call mule server which is listening to http inbound point at 8081 for accessing the database.I am accessing the database successfully and getting a message. But I want to access the other rest services after I get the…
Manoj Singh
  • 1,329
  • 2
  • 13
  • 24
0
votes
1 answer

Installing Multiple Instances Mule ESB

I have gone through the mule doc. https://www.mulesoft.org/documentation-3.2/display/MULE2INTRO/Installing+Mule I am trying to understand how to make multiple instances from a single esb server. I have to make a cluster of the instance. But I havent…
Manoj Singh
  • 1,329
  • 2
  • 13
  • 24
0
votes
1 answer

Time to live for a Mule message whilst in a VM queue

Is it possible for a Mule message to expire (i.e. the container will discard the message) after a configured amount of time (like the JMS TTL property)? If there is please can you point me to the documentation or example? Can we use the attribute…
0
votes
1 answer

Can mule load balance the servers within cluster?

I have a polling endpoint which reads from database located in North America(NA).I want to cluster my mule servers located in NA,Europe and APAC so that only one instance will be reading from the datasources. I have couple of questions related to…
Jyo
  • 1
  • 1