1 Reply Latest reply on Apr 23, 2012 4:38 AM by ataylor

    org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]

    palabe

      Hello Friends,

      I am facing one issue in consuming the Hornet Q queue messages in JBOSS 6.1.0 AS.

       

      I have configured the Queue and Connection factory as below in hornetq-jms.xml

       

         <!Added for hornetq monitoring>

           

       

      Spring Listener  Java Code.

       

      public void onMessage(Message mesg) {

                System.out.println("New Message Received");

                ObjectMessage msg = (ObjectMessage) mesg;

                try {

       

                     AuditLogRequest vo = (AuditLogRequest) msg.getObject();

                     System.out.println("Afetr Object REceived is  AuditLog "+vo);

       

                     

                } catch (Throwable e) {

                     e.printStackTrace();

                     System.out.println("Error at MyQueueOneListener : "+ e.getMessage());

                }

           }

      }

       

      Now when i populate the Queue with some messages, while the Listner code executes i am getting the below Error.

       

      13:34:45,067 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne] org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]

      13:34:45,069 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]      at org.springframework.jms.support.JmsUtils.convertJmsAccessException(JmsUtils.java:285)

      13:34:45,069 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]      at org.springframework.jms.support.JmsAccessor.convertJmsAccessException(JmsAccessor.java:168)

      13:34:45,069 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]      at org.springframework.jms.core.JmsTemplate.execute(JmsTemplate.java:469)

      13:34:45,069 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]      at org.springframework.jms.core.JmsTemplate.send(JmsTemplate.java:534)

      13:34:45,069 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]      at org.springframework.jms.core.JmsTemplate.send(JmsTemplate.java:526)

      13:34:45,069 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]      at com.apple.ist.hr.merlin.rsvp.jms.queueProducer.MyMessageSender.pushToQueueOne(MyMessageSender.java:35)

      13:34:45,069 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]      at com.apple.ist.hr.merlin.rsvp.jms.queueProducer.MyMessageSender$$FastClassByCGLIB$$610be92c.invoke()

      13:34:45,069 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]      at net.sf.cglib.proxy.MethodProxy.invoke(MethodProxy.java:149)

      13:34:45,070 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]      at org.springframework.aop.framework.Cglib2AopProxy$CglibMethodInvocation.invokeJoinpoint(Cglib2AopProxy.java:688)

      13:34:45,070 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]      at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)

      13:34:45,070 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]      at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:80)

      13:34:45,070 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]      at com.apple.ist.hr.merlin.rsvp.common.logging.LoggerAspect.proceedAndlogMessage(LoggerAspect.java:265)

      13:34:45,070 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]      at com.apple.ist.hr.merlin.rsvp.common.logging.LoggerAspect.profile(LoggerAspect.java:152)

      13:34:45,070 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]      at sun.reflect.GeneratedMethodAccessor341.invoke(Unknown Source)

      13:34:45,070 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

      13:34:45,070 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]      at java.lang.reflect.Method.invoke(Method.java:597)

      13:34:45,071 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]      at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:621)

      13:34:45,071 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]      at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:610)

      13:34:45,071 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]      at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:65)

      13:34:45,071 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]      at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)

      13:34:45,071 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]      at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:89)

      13:34:45,071 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]      at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)

      13:34:45,071 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]      at org.springframework.aop.framework.Cglib2AopProxy$DynamicAdvisedInterceptor.intercept(Cglib2AopProxy.java:621)

      13:34:45,071 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]      at com.apple.ist.hr.merlin.rsvp.jms.queueProducer.MyMessageSender$$EnhancerByCGLIB$$9b389579.pushToQueueOne()

      13:34:45,072 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]      at com.apple.ist.hr.merlin.rsvp.core.business.CandidateServiceImpl.addCandidate(CandidateServiceImpl.java:537)

      13:34:45,072 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]      at com.apple.ist.hr.merlin.rsvp.core.business.CandidateServiceImpl$$FastClassByCGLIB$$efbf148c.invoke()

      13:34:45,072 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]      at net.sf.cglib.proxy.MethodProxy.invoke(MethodProxy.java:149)

      13:34:45,072 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]      at org.springframework.aop.framework.Cglib2AopProxy$CglibMethodInvocation.invokeJoinpoint(Cglib2AopProxy.java:688)

      13:34:45,072 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]      at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)

      13:34:45,072 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]      at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:110)

      13:34:45,072 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]      at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)

      13:34:45,072 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]      at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:80)

      13:34:45,072 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]      at com.apple.ist.hr.merlin.rsvp.common.logging.LoggerAspect.proceedAndlogMessage(LoggerAspect.java:265)

      13:34:45,073 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]      at com.apple.ist.hr.merlin.rsvp.common.logging.LoggerAspect.profileService(LoggerAspect.java:71)

      13:34:45,073 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

      13:34:45,073 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

      13:34:45,073 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

      13:34:45,073 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]      at java.lang.reflect.Method.invoke(Method.java:597)

      13:34:45,073 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]      at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:621)

      13:34:45,073 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]      at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:610)

      13:34:45,073 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]      at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:65)

      13:34:45,074 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]      at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)

      13:34:45,074 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]      at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:80)

      13:34:45,074 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]      at com.apple.ist.hr.merlin.rsvp.common.logging.LoggerAspect.proceedAndlogMessage(LoggerAspect.java:265)

      13:34:45,074 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]      at com.apple.ist.hr.merlin.rsvp.common.logging.LoggerAspect.profile(LoggerAspect.java:152)

      13:34:45,074 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]      at sun.reflect.GeneratedMethodAccessor341.invoke(Unknown Source)

      13:34:45,074 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

      13:34:45,074 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]      at java.lang.reflect.Method.invoke(Method.java:597)

      13:34:45,074 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]      at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:621)

      13:34:45,074 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]      at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:610)

      13:34:45,075 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]      at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:65)

      13:34:45,075 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]      at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)

      13:34:45,075 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]      at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:89)

      13:34:45,075 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]      at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)

      13:34:45,075 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]      at org.springframework.aop.framework.Cglib2AopProxy$DynamicAdvisedInterceptor.intercept(Cglib2AopProxy.java:621)

      13:34:45,075 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]      at com.apple.ist.hr.merlin.rsvp.core.business.CandidateServiceImpl$$EnhancerByCGLIB$$e1898694.addCandidate()

      13:34:45,075 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]      at com.apple.ist.hr.merlin.rsvp.webservice.soap.RSVPService.addCandidate(RSVPService.java:171)

      13:34:45,075 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

      13:34:45,075 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

      13:34:45,076 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

      13:34:45,076 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]      at java.lang.reflect.Method.invoke(Method.java:597)

      13:34:45,076 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]      at org.jboss.wsf.common.invocation.AbstractInvocationHandlerJSE.invoke(AbstractInvocationHandlerJSE.java:102)

      13:34:45,076 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]      at org.jboss.wsf.stack.cxf.AbstractInvoker._invokeInternal(AbstractInvoker.java:164)

      13:34:45,076 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]      at org.jboss.wsf.stack.cxf.AbstractInvoker.invoke(AbstractInvoker.java:112)

      13:34:45,076 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]      at org.apache.cxf.interceptor.ServiceInvokerInterceptor$1.run(ServiceInvokerInterceptor.java:58)

      13:34:45,076 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]      at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)

      13:34:45,077 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]      at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)

      13:34:45,077 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]      at java.util.concurrent.FutureTask.run(FutureTask.java:138)

      13:34:45,077 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]      at org.apache.cxf.workqueue.SynchronousExecutor.execute(SynchronousExecutor.java:37)

      13:34:45,077 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]      at org.apache.cxf.interceptor.ServiceInvokerInterceptor.handleMessage(ServiceInvokerInterceptor.java:106)

      13:34:45,077 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]      at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:255)

      13:34:45,077 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]      at org.apache.cxf.transport.ChainInitiationObserver.onMessage(ChainInitiationObserver.java:113)

      13:34:45,077 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]      at org.apache.cxf.transport.servlet.ServletDestination.invoke(ServletDestination.java:97)

      13:34:45,077 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]      at org.apache.cxf.transport.servlet.ServletController.invokeDestination(ServletController.java:461)

      13:34:45,078 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]      at org.jboss.wsf.stack.cxf.ServletControllerExt.invoke(ServletControllerExt.java:172)

      13:34:45,078 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]      at org.jboss.wsf.stack.cxf.RequestHandlerImpl.handleHttpRequest(RequestHandlerImpl.java:57)

      13:34:45,078 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]      at org.jboss.wsf.stack.cxf.transport.ServletHelper.callRequestHandler(ServletHelper.java:156)

      13:34:45,078 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]      at org.jboss.wsf.stack.cxf.CXFNonSpringServletExt.invoke(CXFNonSpringServletExt.java:90)

      13:34:45,078 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]      at org.apache.cxf.transport.servlet.AbstractHTTPServlet.handleRequest(AbstractHTTPServlet.java:179)

      13:34:45,078 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]      at org.apache.cxf.transport.servlet.AbstractHTTPServlet.doPost(AbstractHTTPServlet.java:103)

      13:34:45,078 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]      at javax.servlet.http.HttpServlet.service(HttpServlet.java:754)

      13:34:45,078 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]      at org.apache.cxf.transport.servlet.AbstractHTTPServlet.service(AbstractHTTPServlet.java:159)

      13:34:45,079 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]      at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:324)

      13:34:45,079 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]      at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:242)

      13:34:45,079 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]      at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:344)

      13:34:45,079 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]      at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:110)

      13:34:45,079 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]      at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:84)

      13:34:45,079 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]      at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:356)

      13:34:45,079 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]      at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:98)

      13:34:45,079 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]      at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:356)

      13:34:45,079 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]      at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:95)

      13:34:45,080 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]      at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:356)

      13:34:45,080 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]      at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:79)

      13:34:45,080 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]      at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:356)

      13:34:45,080 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]      at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:55)

      13:34:45,080 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]      at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:356)

      13:34:45,080 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]      at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:36)

      13:34:45,080 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]      at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:356)

      13:34:45,080 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]      at org.springframework.security.web.authentication.www.BasicAuthenticationFilter.doFilter(BasicAuthenticationFilter.java:178)

      13:34:45,081 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]      at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:356)

      13:34:45,081 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]      at org.springframework.security.web.authentication.ui.DefaultLoginPageGeneratingFilter.doFilter(DefaultLoginPageGeneratingFilter.java:91)

      13:34:45,081 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]      at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:356)

      13:34:45,081 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]      at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:188)

      13:34:45,081 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]      at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:356)

      13:34:45,081 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]      at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:106)

      13:34:45,081 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]      at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:356)

      13:34:45,082 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]      at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:80)

      13:34:45,082 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]      at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:356)

      13:34:45,082 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]      at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:150)

      13:34:45,082 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]      at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:237)

      13:34:45,082 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]      at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:167)

      13:34:45,082 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]      at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:274)

      13:34:45,082 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]      at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:242)

      13:34:45,082 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]      at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:275)

      13:34:45,082 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]      at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:161)

      13:34:45,082 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]      at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:181)

      13:34:45,083 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]      at org.jboss.modcluster.catalina.CatalinaContext$RequestListenerValve.event(CatalinaContext.java:285)

      13:34:45,083 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]      at org.jboss.modcluster.catalina.CatalinaContext$RequestListenerValve.invoke(CatalinaContext.java:261)

      13:34:45,083 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]      at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:88)

      13:34:45,083 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]      at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.invoke(SecurityContextEstablishmentValve.java:100)

      13:34:45,083 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]      at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:159)

      13:34:45,083 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]      at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)

      13:34:45,083 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]      at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:158)

      13:34:45,083 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]      at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)

      13:34:45,083 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]      at org.jboss.web.tomcat.service.request.ActiveRequestResponseCacheValve.invoke(ActiveRequestResponseCacheValve.java:53)

      13:34:45,084 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]      at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:362)

      13:34:45,084 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]      at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:877)

      13:34:45,084 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]      at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:654)

      13:34:45,084 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]      at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:951)

      13:34:45,084 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]      at java.lang.Thread.run(Thread.java:680)

      13:34:45,085 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne] Caused by: javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]

      13:34:45,085 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]      at org.hornetq.jms.client.HornetQSession.createProducer(HornetQSession.java:324)

      13:34:45,085 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]      at org.springframework.jms.core.JmsTemplate.doCreateProducer(JmsTemplate.java:971)

      13:34:45,085 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]      at org.springframework.jms.core.JmsTemplate.createProducer(JmsTemplate.java:952)

      13:34:45,085 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]      at org.springframework.jms.core.JmsTemplate.doSend(JmsTemplate.java:563)

      13:34:45,085 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]      at org.springframework.jms.core.JmsTemplate$3.doInJms(JmsTemplate.java:536)

      13:34:45,085 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]      at org.springframework.jms.core.JmsTemplate.execute(JmsTemplate.java:466)

      13:34:45,086 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]      ... 127 more

       

       

      I am not able to figure out if i have to mention in Jndi look up  expected-type="javax.jms.Queue" as HornetQ type of Queue.

       

      Could some help me out to fix this issue. or let me know the work around.

       

      I have attached the Configuration files for Spring and Hornet Q and Jndi Lookup  along with post

      Any help in this regard will be heartily appreciated.

       

       

      Thanks in Advance,

       

      Pradeep Alabe