<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Web API availability during maintenance</title><link>https://community.appian.com/discussions/f/integrations/37586/web-api-availability-during-maintenance</link><description>We have a third party system which sends a notification to one of our endpoints in Appian at random times and wont wait for any response from us. 
 Our concern is that we will miss some of these notifications if Appian is down for an upgrade / maintenance</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Web API availability during maintenance</title><link>https://community.appian.com/thread/140999?ContentTypeID=1</link><pubDate>Tue, 24 Sep 2024 10:18:51 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c41b689c-40d1-433b-abda-46bb16329ba4</guid><dc:creator>David Jimenez </dc:creator><description>&lt;p&gt;Xml message is a text message (but parsed). You can try to read the message as text, and parse it as XML in your process.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;The question is that you won&amp;#39;t be able to validate that message against a schema when received , you will to do it it in your process after read it.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Web API availability during maintenance</title><link>https://community.appian.com/thread/140998?ContentTypeID=1</link><pubDate>Tue, 24 Sep 2024 10:07:30 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:5d60872f-dbb2-49c2-a7b5-f6a966d38e3e</guid><dc:creator>Naveen chandu Ganji</dc:creator><description>&lt;p&gt;Thanks &lt;a href="/members/stefanhelzle0001"&gt;Stefan Helzle&lt;/a&gt;&amp;nbsp;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Web API availability during maintenance</title><link>https://community.appian.com/thread/140997?ContentTypeID=1</link><pubDate>Tue, 24 Sep 2024 10:05:20 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:4e891c2a-3f35-4f8b-a60c-d5c09e54d9ba</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;This will require some sort of middleware as Appian is down and cannot react in any way.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Web API availability during maintenance</title><link>https://community.appian.com/thread/140996?ContentTypeID=1</link><pubDate>Tue, 24 Sep 2024 09:57:54 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:858a30b9-e0df-4d5d-8bc8-8997f802f65b</guid><dc:creator>Naveen chandu Ganji</dc:creator><description>&lt;p&gt;&amp;nbsp;,&lt;/p&gt;
&lt;p&gt;Thanks for replying.&lt;/p&gt;
&lt;p&gt;Kafka Tools plugin in Appian only supports text based messages. Messages that we are receiving are in XML.&lt;br /&gt;Implementing a JMS queue, I believe will lead to the same problem as they still sit on Appian nodes and will be down during maintenance ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Web API availability during maintenance</title><link>https://community.appian.com/thread/140995?ContentTypeID=1</link><pubDate>Tue, 24 Sep 2024 09:12:07 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:5abb3aac-28c6-4361-abda-c553e8f6e9d4</guid><dc:creator>David Jimenez </dc:creator><description>&lt;p&gt;Implement a process&amp;nbsp;that&amp;nbsp;reads messages from a JMS Queue or Kafka Topioc&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;a href="https://community.appian.com/b/appmarket/posts/kafka-tools"&gt;Kafka Tools&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;When the server is under maintenance, no message will be read, (and the most important is that no message will be lost)...&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Once the server is up and running , the messages will be read as expected.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>