Uploaded image for project: 'JBoss Enterprise Application Platform'
  1. JBoss Enterprise Application Platform
  2. JBEAP-6267

[GSS](7.0.z) generic-jms-ra's JmsMCFProperties.getSessionDefaultType returns incorrect value for session type

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 7.0.4.CR1, 7.0.4.GA
    • None
    • JMS
    • None
    • EAP 7.0.4

      The code snippet shows that the method returns wrong type.

      public String getSessionDefaultType() {
              if (type == JmsConnectionFactory.AGNOSTIC)
                  return "agnostic";
              else if (type == JmsConnectionFactory.QUEUE)
                  return TOPIC_TYPE;
              else
                  return QUEUE_TYPE;
          }
      

            rhn-support-toross Tom Ross
            rhn-support-bmaxwell Brad Maxwell
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: