Hallo Jonathan,
sorry for the long delay. Thank you for your answer. Now I have the umra.rar.
After starting the server there are no errors. But I don’t get any messages out of the um.
Instead there is a message from the genericjmsra I do not understand
09:38:21,980 INFO [com.sun.genericjmsra] (Thread-107) Begin getPasswordCredential
09:38:21,983 INFO [com.sun.genericjmsra] (Thread-107) ConnectionRequestInfo is null
09:38:21,985 INFO [com.sun.genericjmsra] (Thread-107) Subject is null
Seams that the bridge module of the jboss trys to connect to um and get no connection.
Are there hints you can give me to solve this problem?
My adapter configuration looks like this:
<resource-adapters>
<resource-adapter id="umra.rar">
<archive>
umra.rar
</archive>
<transaction-support>NoTransaction</transaction-support>
<config-property name="JndiProperties">
java.naming.factory.initial=com.pcbsys.nirvana.nSpace.NirvanaContextFactory,java.naming.provider.url=nsp://localhost:9000
</config-property>
<config-property name="LogLevel">
finest
</config-property>
<config-property name="DeliveryType">
Synchronous
</config-property>
<connection-definitions>
<connection-definition class-name="com.sun.genericra.outbound.ManagedJMSConnectionFactory" jndi-name="java:/SampleQueueConnectionFactory" enabled="true" use-java-context="true" pool-name="java:/SampleQueueConnectionFactory" use-ccm="true">
<config-property name="ConnectionFactoryJndiName">
SampleQueueConnectionFactory
</config-property>
</connection-definition>
</connection-definitions>
<admin-objects>
<admin-object class-name="com.sun.genericra.outbound.QueueProxy" jndi-name="java:/EXAMPLE" use-java-context="true" pool-name="java:/EXAMPLE">
<config-property name="DestinationJndiName">
EXAMPLE
</config-property>
</admin-object>
</admin-objects>
</resource-adapter>
and the bridge looks like this
<jms-bridge name="um-receive-bridge" max-batch-time="100" max-batch-size="10" max-retries="1" failure-retry-interval="10000" quality-of-service="AT_MOST_ONCE">
<source destination="java:/EXAMPLE" connection-factory="SampleQueueConnectionFactory"/>
<target destination="java:/jms/queue/UMEXAMPLE" connection-factory="ConnectionFactory"/>
</jms-bridge>
#webMethods#Integration-Server-and-ESB#Universal-Messaging-Broker