Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! X
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 to do separate JMS broker URL for reply and response in PTC Windchill 11 ?
Thanks in advanced.
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?
Yes, I am trying to subscribe JMS queue.
Actually i am using only .xconf file to create broker URL which is customization as per the company usage. Kindly checkout the below code of it:
<Property name="companyName.broker.url" overridable="true" targetFile="codebase/companyName.properties" value="tcp://localhost:61616"/>
<Property name="document.queue" overridable="true" targetFile="codebase/companyName.properties" value="com.companyName.receive.request.catalognotify"/>
<Property name="tool.queue" overridable="true" targetFile="codebase/companyName.properties" value="com.companyName.receive.request.toolsync"/>
<Property name="part.queue" overridable="true" targetFile="codebase/companyName.properties" value="com.companyName.receive.request.partsync"/>
<Property name="document.reply.queue" overridable="true" targetFile="codebase/companyName.properties" value="com.companyName.send.reply.catalognotify"/>
<Property name="tool.reply.queue" overridable="true" targetFile="codebase/companyName.properties" value="com.companyName.send.reply.toolsync"/>
<Property name="part.reply.queue" overridable="true" targetFile="codebase/companyName.properties" value="com.companyName.send.reply.partsync"/>
As we can see only one Broker URL is using over here for both send and receive. But i want to use 2 different/separate broker URL to make it possible