<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic How to get separate broker URL for JMS reply and response in PTC? in Windchill Customization</title>
    <link>https://www.ptcusercommunity.com/t5/Windchill-Customization/How-to-get-separate-broker-URL-for-JMS-reply-and-response-in-PTC/m-p/260836#M6234</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I comes with a situation in which i have to do one thing that to make separate broker URL from &lt;STRONG&gt;.xconf&lt;/STRONG&gt; file for reply and response each. I am using JMS here called ActiveMQ installed in to my desktop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currently i am using only one URL for reply and response both. Now how&amp;nbsp; to do separate JMS broker URL for reply and response in PTC Windchill 11 ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advanced. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 15 Mar 2024 14:49:38 GMT</pubDate>
    <dc:creator>schauhan</dc:creator>
    <dc:date>2024-03-15T14:49:38Z</dc:date>
    <item>
      <title>How to get separate broker URL for JMS reply and response in PTC?</title>
      <link>https://www.ptcusercommunity.com/t5/Windchill-Customization/How-to-get-separate-broker-URL-for-JMS-reply-and-response-in-PTC/m-p/260836#M6234</link>
      <description>Hi Friends,I comes with a situation in which i have to do one thing that to make separate broker URL from .xconf file for reply and response each. I am using JMS here called ActiveMQ installed in to my desktop.Currently i am using only one URL for reply and response both. Now how&amp;nbsp;</description>
      <pubDate>Fri, 15 Mar 2024 14:49:38 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Windchill-Customization/How-to-get-separate-broker-URL-for-JMS-reply-and-response-in-PTC/m-p/260836#M6234</guid>
      <dc:creator>schauhan</dc:creator>
      <dc:date>2024-03-15T14:49:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to get separate broker URL for JMS reply and response in PTC?</title>
      <link>https://www.ptcusercommunity.com/t5/Windchill-Customization/How-to-get-separate-broker-URL-for-JMS-reply-and-response-in-PTC/m-p/260837#M6235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;JMS broker urls are specified in LDAP config branch. Could you clarify what you mean by reply and response ? Are you trying to subscribe to a JMS queue?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Jun 2017 03:15:36 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Windchill-Customization/How-to-get-separate-broker-URL-for-JMS-reply-and-response-in-PTC/m-p/260837#M6235</guid>
      <dc:creator>BineshKumar1</dc:creator>
      <dc:date>2017-06-10T03:15:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to get separate broker URL for JMS reply and response in PTC?</title>
      <link>https://www.ptcusercommunity.com/t5/Windchill-Customization/How-to-get-separate-broker-URL-for-JMS-reply-and-response-in-PTC/m-p/260838#M6236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I am trying to subscribe JMS queue.&lt;/P&gt;&lt;P&gt;Actually i am using only &lt;STRONG&gt;.xconf &lt;/STRONG&gt;file to create broker URL which is customization as per the company usage. Kindly checkout the below code of it:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;Property name="companyName.broker.url" overridable="true" targetFile="codebase/companyName.properties" value="tcp://localhost:61616"/&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;Property name="document.queue" overridable="true" targetFile="codebase/companyName.properties" value="com.companyName.receive.request.catalognotify"/&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;Property name="tool.queue" overridable="true" targetFile="codebase/companyName.properties" value="com.companyName.receive.request.toolsync"/&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;Property name="part.queue" overridable="true" targetFile="codebase/companyName.properties" value="com.companyName.receive.request.partsync"/&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;Property name="document.reply.queue" overridable="true" targetFile="codebase/companyName.properties" value="com.companyName.send.reply.catalognotify"/&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;Property name="tool.reply.queue" overridable="true" targetFile="codebase/companyName.properties" value="com.companyName.send.reply.toolsync"/&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;Property name="part.reply.queue" overridable="true" targetFile="codebase/companyName.properties" value="com.companyName.send.reply.partsync"/&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As we can see only one Broker URL is using over here for both &lt;STRONG&gt;send&lt;/STRONG&gt; and &lt;STRONG&gt;receive.&lt;/STRONG&gt; But i want to use 2 different/separate broker URL to make it possible&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2017 06:47:17 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Windchill-Customization/How-to-get-separate-broker-URL-for-JMS-reply-and-response-in-PTC/m-p/260838#M6236</guid>
      <dc:creator>schauhan</dc:creator>
      <dc:date>2017-06-12T06:47:17Z</dc:date>
    </item>
  </channel>
</rss>

