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

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

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 7.1.0.DR8
    • None
    • JMS
    • None

      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: