Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

https://github.com/UnionVMS/UVMS-SalesModule-ECBPROXY

...


JMS-Queue dependencies

Name

JNDI name

Description

UVMSSalesEcbProxy
java:/jms/queue/UVMSSalesEcbProxy

Request queue to the Sales ECB Proxy

UVMSSalesEcbProxyConfig
java:/jms/queue/UVMSSalesEcbProxyConfig

Queue to sync with config



Code Block
languagexml
titleQueues
<admin-object class-name="org.apache.activemq.command.ActiveMQQueue" jndi-name="java:/jms/queue/UVMSSalesEcbProxy" use-java-context="true" pool-name="UVMSSalesEcbProxy">
   <config-property name="PhysicalName">
       UVMSSalesEcbProxy
   </config-property>
</admin-object>

<admin-object class-name="org.apache.activemq.command.ActiveMQQueue" jndi-name="java:/jms/queue/UVMSSalesEcbProxyConfig" use-java-context="true" pool-name="UVMSSalesEcbProxyConfig">
	<config-property name="PhysicalName">
		UVMSSalesEcbProxyConfig
	</config-property>
</admin-object>

...