Hello Experts,
is there a way to configure the JMS Sender Adapter in a way, that PI receives the next JMS message only, if the previous message was processed successfully?
The purpose of this, was to use our message Bus for queuing. We would like...
Hi all,
lets assume I have two Interfaces connected to one SAP PI.
Interface 1 is sending IDOCs, Interface 2 is sending SOAP messages.
How can I make sure, that if Interface 1 sends 5 mio IDOCs in one shot that there a still enough resources av...
Hi,
I am passing following XML to the XML to Json converter:
<ns1:AddressCurationResponse xmlns:ns1="urn:sap-com:document:sap:rfc:functions">
<CurationInformation>
<item>
<Changes>
<item>
<ACTION>xyz</ACTION>
<FIELD>xyz</FIELD...
Hi all,
lets assume I have an Iflow and that I give the endpoint of this iflow to 2 different sender systems.
If now an error occurs during runtime (for example mapping failed because of a structure mismatch), how do I know which of the 2 sender ...
Hi,We would like to set the Topic Name in JMS Receiver dynamically.We checked the JMS ASMA Attributes and saw that there is attribute called "DCJMSMessageQueue" but if we set this Attribute it is not beeing considered in the JMS Receiver Adapter.We t...
Hi Florian,you can at least read the ID from the message history to dynamically set the MPL name. A little bit ugly, but for me it works.def messageHistories = message.getProperty(Exchange.MESSAGE_HISTORY).join(',')
def lastCallActivity = messageHist...
You can parse the message history to get the latest activity ID. With following script you will be able to identify the activity ID of the groovy script itself.//Read Activity ID of groovy
def messageHistories = message.getProperty(Exchange.MESSA...
Hi Kamlesh,
There are many other Adapter types besides the ones listed in your blog.
Process Direct, XI, 3rd Party Adapter's like Salesforce etc.
Any plans to enhance the search with those Adapter's too?
Hello Mandy,
I am doing some tests with solace (Solace -> CPI -> Target System) and it looks like that besides using the header variable "JMSRedelivered" to identify if a incoming message is a redelivered one or not we could also use the property va...