python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Jira using rest API - doing request with Anypoint Studio
I'm trying doing request in Anypoint Studio for this url https://{myhost}/rest/api/3/issue/{issueIdOrKey}.
I'm using only basic auth via Postman and this call doesn't work in Anypoint Studio.
I have t...
Anonim
Votes: 0
Answers: 1
Map the Array in to the each individual JSON so the records can be created
I am trying to convert the below Array in to the JSON, trying by iterating through the Array and transforming. The array looks like below
Quote_Sent_To__r = [
{
Quote__c=0Q02D05XGQSA2,
Id=a1H2D0m94QU...
trx
Votes: 0
Answers: 1
How to acknowledge all the unacked messages present in a RabbitMQ queue using REST API from Mule 3
I have to acknowledge all the unacknowledged message and make the count zero. If the message is in ready so the using the purge requester (DELETE http://localhost:8767/api/queues/vhost/name/contents) ...
Devendra
Votes: 0
Answers: 1
clear messages from rabbitMQ queue in mule 3
My requirement is to clear all the messages from queue before processing the flow or publishing anything in the queue.
We are using rabbitMQ and due to some reason messages are stucked in the queue an...
Devendra
Votes: 0
Answers: 1