1 Reply Latest reply on Oct 6, 2004 10:15 PM by genman

    Configuring maximum jms message size

    cfcfree

      I'm using JBoss 3.2.2 and wondered if there a way to configure the maximum size a jms message can be.

        • 1. Re: Configuring maximum jms message size
          genman


          That's a pretty weird feature request.

          You can easily write your own Interceptor, take a look at the source for this object: org.jboss.mq.server.TracingInterceptor ... You can add logic by chaining interceptors. Once you've written your own, put it in jbossmq-service.xml .