-
Support Request
-
Resolution: Obsolete
-
Blocker
-
None
-
7.2.3.GA
-
None
-
False
-
False
-
-
-
Required
-
Undefined
-
Hi All
The application is hosted on Wildfly18 in Azure and calls fusionbus for message Q put and Read. When EGS webservice is invoked, it calls FusionBus to do Q put but before that it does Fusionbus URI lookup using below properties to find correct destination/endpoint.
<property name="jms/FUSIONBUSGenericQCF_ctx_factory" value="com.att.aft.jms.FusionCtxFactory"/>
<property name="jms/FUSIONBUSGenericQCF_ctx_url" value="fusionbus://"/>
<property name="jms/FUSIONBUSGenericQCF_jndi" value="aftdsc://AFTUAT/?service=AzureToAFTBus,version=1.0,bindingType=fusionBus,envContext=Q"/>
So during this lookup, we are getting attached error. Could you please check and provide your suggestions on this?
FYI.- If we use Wildfly10 on Azure, this flow works as expected.