App Connect

App Connect

Join this online user group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.


#Applicationintegration
#App Connect
#AppConnect
 View Only
  • 1.  Unable to find JMS Destination in JNDI'

    Posted Mon November 28, 2022 09:16 PM
    I am trying to create queues and topics in Active MQ using dynamicQueues, also it is able to create the queue in ActiveMQ, but when i am trying to run my message flow I am seeing couple of errors in eventviewer

    ( ACENODE03.IS01 ) ACE JMSClient. ''Broker 'ACENODE03'; Execution Group 'IS01'; Message Flow 'com.smm.CASEINIT'; Node 'JMS Input::ComIbmJMSClientInputNode' '' There is a configuration problem with the JNDI Administered objects where: Initial Context Factory = ''org.apache.activemq.jndi.ActiveMQInitialContextFactory''. Location of the bindings = ''tcp://lzbita187879as:61616''. ConnectionFactory Name = ''ConnectionFactory''. JMS destination = ''CASEINIT''. The exception text is : '' javax.naming.NameNotFoundException : CASEINIT, Unable to find JMS Destination in JNDI''.

    The node cannot obtain a JNDI Administered Object, because some of the values specified are incorrect.

    Check the JNDI Administered configuration for the JMS provider used by the node.
    Either:
    Modify the JNDI Administered objects and rebuild the bindings
    or
    Change the policy attributes associated with this JMS Provider and restart the integration server
    or
    Change the node attributes and redeploy the message flow.

    ------------------------------
    Praveen
    ------------------------------


  • 2.  RE: Unable to find JMS Destination in JNDI'

    Posted Tue November 29, 2022 05:37 AM
    Edited by Tarandeep Singh Tue November 29, 2022 10:54 AM
    Hi @Praveen,

    Kindly Check my Blog and see if it helps.

    https://community.ibm.com/community/user/blogs/tarandeep-jandu/2022/11/29/send-and-receive-messages-from-active-mq-and-ibm-a

    ------------------------------
    TARANDEEP JANDU
    ------------------------------



  • 3.  RE: Unable to find JMS Destination in JNDI'

    Posted Tue November 29, 2022 10:29 AM
    Edited by Praveen Tue November 29, 2022 10:31 AM