1 2 3 4 Previous Next 47 Replies Latest reply on Mar 29, 2010 12:45 AM by clebert.suconic Go to original post
      • 45. Re: Configuration storage
        ataylor

        Ive updated all the connection factory methods to go thru the same internal method and changed the List<String> jndiBindings parameter to a String var arg. Ive also added functionality for users to specifies commas in jndi strings by using substitution (&comma;). Ive also added create methods to jmsservercontrol to for no bindings and using a selector.

         

        I will roll these changes into the jopr plugin tomorrow.

         

        A

        • 46. Re: Configuration storage
          clebert.suconic

          Andy Taylor wrote:

           

          Ive updated all the connection factory methods to go thru the same internal method and changed the List<String> jndiBindings parameter to a String var arg. Ive also added functionality for users to specifies commas in jndi strings by using substitution (&comma;). Ive also added create methods to jmsservercontrol to for no bindings and using a selector.

           

          I will roll these changes into the jopr plugin tomorrow.

           

          A

           

          All those createCF methods with String ... jndi are clashing with String client, String ... jndi.

           

          when you use any of these methods the compiler is giving you an error as it can't distinguish which one to use.

          • 47. Re: Configuration storage
            clebert.suconic

            Just to give you guys an update on this...

             

            I have chased a few failures around persistence.. added a few tests and implemented replication on the JMS journal.

             

            @Andy: you will see an issue on my previous post. I only figured out that when it was late on my day, but it should be an easy fix.

            1 2 3 4 Previous Next