jms works on tibcoAdmin
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<pd:ProcessDefinition xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:pfx="http://www.demo.com/author" xmlns:pd="http://xmlns.tibco.com/bw/process/2003" xmlns:pfx2="http://www.tibco.com/schemas/tibcoRepository/Resources/JmsErrorSchema/Schema.xsd" xmlns:ns="http://www.tibco.com/namespaces/tnt/plugins/jms" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:ns1="http://www.tibco.com/schemas/httpRequest/Resources/schemas/Schema.xsd2">
|
||||
<pd:ProcessDefinition xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:pfx="http://www.demo.com/author" xmlns:pd="http://xmlns.tibco.com/bw/process/2003" xmlns:pfx2="http://www.tibco.com/schemas/tibcoRepository/Resources/JmsErrorSchema/Schema.xsd" xmlns:ns="http://www.tibco.com/namespaces/tnt/plugins/jms" xmlns:pfx3="http://www.tibco.com/pe/DeployedVarsType" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:ns1="http://www.tibco.com/schemas/httpRequest/Resources/schemas/Schema.xsd2">
|
||||
<xsd:import namespace="http://www.demo.com/author" schemaLocation="/Resources/schemas/author.xsd"/>
|
||||
<xsd:import namespace="http://www.tibco.com/schemas/tibcoRepository/Resources/JmsErrorSchema/Schema.xsd" schemaLocation="/Resources/JmsErrorSchema/JmsStatusResponse.xsd"/>
|
||||
<xsd:import namespace="http://www.tibco.com/schemas/tibcoRepository/Resources/JmsErrorSchema/Schema.xsd" schemaLocation="/Resources/schemas/JmsStatusResponse.xsd"/>
|
||||
<pd:name>Processes/jms/JmsPost.process</pd:name>
|
||||
<pd:startName>JMS Topic Subscriber</pd:startName>
|
||||
<pd:startX>0</pd:startX>
|
||||
@@ -18,14 +18,14 @@
|
||||
<transacted>false</transacted>
|
||||
<acknowledgeMode>1</acknowledgeMode>
|
||||
<maxSessions>1</maxSessions>
|
||||
<destination>postRequest</destination>
|
||||
<destination>deleteRequest</destination>
|
||||
</SessionAttributes>
|
||||
<ConfigurableHeaders>
|
||||
<JMSDeliveryMode>PERSISTENT</JMSDeliveryMode>
|
||||
<JMSExpiration>0</JMSExpiration>
|
||||
<JMSPriority>4</JMSPriority>
|
||||
</ConfigurableHeaders>
|
||||
<ConnectionReference>/LocalResources/server.post.sharedjmscon</ConnectionReference>
|
||||
<ConnectionReference>/LocalResources/jmsConnections/server.delete.sharedjmscon</ConnectionReference>
|
||||
<OutDataxsdString>
|
||||
<xsd:element name="root">
|
||||
<xsd:complexType>
|
||||
@@ -52,7 +52,7 @@
|
||||
<pd:y>240</pd:y>
|
||||
<pd:handler>true</pd:handler>
|
||||
<config>
|
||||
<fault>localname=root namespace=http://www.tibco.com/schemas/httpRequest/Resources/schemas/Schema.xsd2</fault>
|
||||
<fault>localname=xmlPostError</fault>
|
||||
</config>
|
||||
<pd:inputBindings/>
|
||||
</pd:activity>
|
||||
@@ -75,7 +75,7 @@
|
||||
<JMSPriority>4</JMSPriority>
|
||||
</ConfigurableHeaders>
|
||||
<DeliveryDelay>0</DeliveryDelay>
|
||||
<ConnectionReference>/LocalResources/server.post.sharedjmscon</ConnectionReference>
|
||||
<ConnectionReference>/LocalResources/jmsConnections/server.post.sharedjmscon</ConnectionReference>
|
||||
<InDataxsdString>
|
||||
<xsd:element name="root">
|
||||
<xsd:complexType>
|
||||
@@ -118,7 +118,8 @@
|
||||
<pd:x>243</pd:x>
|
||||
<pd:y>64</pd:y>
|
||||
<config>
|
||||
<processName>/Processes/sql/author/SqlPOST.process</processName>
|
||||
<processName>/Processes/xml/author/XmlPOST.process</processName>
|
||||
<processNameXPath>if ($_globalVariables/pfx3:GlobalVariables/processType='sql') then '/Processes/sql/author/SqlPOST.process' else '/Processes/xml/author/XmlPOST.process'</processNameXPath>
|
||||
</config>
|
||||
<pd:inputBindings>
|
||||
<root>
|
||||
@@ -145,7 +146,7 @@
|
||||
<JMSPriority>4</JMSPriority>
|
||||
</ConfigurableHeaders>
|
||||
<DeliveryDelay>0</DeliveryDelay>
|
||||
<ConnectionReference>/LocalResources/server.post.sharedjmscon</ConnectionReference>
|
||||
<ConnectionReference>/LocalResources/jmsConnections/server.post.sharedjmscon</ConnectionReference>
|
||||
<InDataxsdString>
|
||||
<xsd:element name="root">
|
||||
<xsd:complexType>
|
||||
@@ -163,7 +164,7 @@
|
||||
<root>
|
||||
<pfx2:response>
|
||||
<pfx2:status>
|
||||
<xsl:value-of select="$Catch/ns1:root/ns1:error"/>
|
||||
<xsl:value-of select="$Catch/xmlPostError/message"/>
|
||||
</pfx2:status>
|
||||
<pfx2:isError>
|
||||
<xsl:value-of select="'true'"/>
|
||||
|
||||
Reference in New Issue
Block a user