Hi SMX team,
We are using servicemix 4.3.0 where one of our client application has to
create a new pull point and subscription every 30 minutes to get messages on
a topicname which is generated dynamically with timestamp.
We have observed following servicemix logs to find out that after 1-2 days:
- Lot of pullpoint and subscription messages are printed in logs, as
expected.
- servicemix logs have some HTTP request timeout messages for any new create
pull point requests. 
- After some HTTP request timeout messages we see OutOfMemoryError
exceptions
- Finally there are many strange messages e.g. channel closed due to
inactivity etc..which we assumes they are because to OutOfMemoryError
exception.

Our understanding was that detroying pull points once they are not used,
will free up memory consumed by pull point queues. This may avoid
OutOfMemory exception.

But when we modified client code to call destroy pull point operation we are
seeing some exception.

Can any one help us what is going wrong in destroy pull point? 
We are still geting HTTP request timeout after some time.

Regards,
Bhavana

Logs excerpts are given below:

[2012-01-08 18:43:31,222] | INFO  |
pool-component.servicemix-wsn2005.provider-thread-1 |
nagementEndpointRegistry | ent.ManagementEndpointRegistry  129 | Reg
istering endpoint:
org.apache.servicemix.nmr.core.InternalEndpointWrapper@a26a8210 with
properties {ENDPOINT_NAME=ID10232165190134bcaf31b210, INTERFACE_NAME={
http://docs.oasis-open.org/wsn/bw-2}PullPoint, jbi.internal=true,
NAME={http://servicemix.org/wsnotification}PullPoint:ID10232165190134bcaf31b210,
objectClass
=[Ljava.lang.String;@72b784, service.id=261,
SERVICE_NAME={http://servicemix.org/wsnotification}PullPoint,
WSDL_URL=document:6}
[2012-01-08 18:43:34,645] | INFO  |
pool-component.servicemix-wsn2005.provider-thread-2 |
nagementEndpointRegistry | ent.ManagementEndpointRegistry  129 | Reg
istering endpoint:
org.apache.servicemix.nmr.core.InternalEndpointWrapper@764545e3 with
properties {ENDPOINT_NAME=ID-10-232-165-190-134bcaf31b2-0-0, INTERFACE
_NAME={http://docs.oasis-open.org/wsn/bw-2}PausableSubscriptionManager,
jbi.internal=true,
NAME={http://servicemix.org/wsnotification}Subscription:ID-10-232-1
65-190-134bcaf31b2-0-0, objectClass=[Ljava.lang.String;@16d2378,
service.id=263,
SERVICE_NAME={http://servicemix.org/wsnotification}Subscription,
WSDL_URL=doc
ument:7}
[2012-01-08 18:45:38,056] | INFO  |
pool-component.servicemix-wsn2005.consumer-thread-8 |
nagementEndpointRegistry | ent.ManagementEndpointRegistry  142 | Unr
egistering endpoint:
org.apache.servicemix.nmr.core.InternalEndpointWrapper@a26a8210 with
properties {ENDPOINT_NAME=ID10232165190134bcaf31b210, INTERFACE_NAME
={http://docs.oasis-open.org/wsn/bw-2}PullPoint, jbi.internal=true,
NAME={http://servicemix.org/wsnotification}PullPoint:ID10232165190134bcaf31b210,
objectCla
ss=[Ljava.lang.String;@72b784, service.id=261,
SERVICE_NAME={http://servicemix.org/wsnotification}PullPoint,
WSDL_URL=document:6}
[2012-01-08 18:45:38,082] | WARN  | 6651905@qtp-14895952-0 | NMR                
     
| ervicemix.nmr.core.ChannelImpl  293 | Error processing exchange [
  id:        2fb56260-1c2d-4a89-a3a5-fcf837ba67f0
  mep:       InOut
  status:    Done
  role:      Consumer
  target:   
PropertyMatchingReference[{ENDPOINT_NAME=ID10232165190134bcaf31b210,
SERVICE_NAME={http://servicemix.org/wsnotification}PullPoint}]
  operation: {http://docs.oasis-open.org/wsn/bw-2}DestroyPullPoint
  properties: [
      javax.jbi.servicedesc.ServiceEndpoint =
org.apache.servicemix.jbi.runtime.impl.EndpointImpl@1c2a7f5
      org.apache.servicemix.senderEndpoint =
{http://servicemix.org/wsnotification}NotificationBroker:Broker
      javax.jbi.messaging.MessageExchange =
org.apache.servicemix.jbi.runtime.impl.InOutImpl@1ae9e9b
      javax.jbi.messaging.sendSync = <null>
      javax.jbi.InterfaceName = <null>
      javax.jbi.transaction.jta = <null>
      javax.jbi.ServiceEndpoint =
org.apache.servicemix.jbi.runtime.impl.ServiceEndpointImpl@12ed60d
      org.apache.servicemix.correlationId =
2fb56260-1c2d-4a89-a3a5-fcf837ba67f0
      javax.jbi.ServiceName = <null>
  ]
]

org.apache.servicemix.nmr.core.ChannelClosedException
        at
org.apache.servicemix.nmr.core.ChannelImpl.deliver(ChannelImpl.java:192)[83:org.apache.servicemix.nmr.core:1.4.0]
        at
org.apache.servicemix.nmr.core.StraightThroughFlow.dispatch(StraightThroughFlow.java:55)[83:org.apache.servicemix.nmr.core:1.4.0]
        at
org.apache.servicemix.nmr.core.FlowRegistryImpl.internalDispatch(FlowRegistryImpl.java:134)[83:org.apache.servicemix.nmr.core:1.4.0]
        at
org.apache.servicemix.nmr.core.FlowRegistryImpl.dispatch(FlowRegistryImpl.java:117)[83:org.apache.servicemix.nmr.core:1.4.0]
        at
org.apache.servicemix.nmr.core.ChannelImpl.dispatch(ChannelImpl.java:286)[83:org.apache.servicemix.nmr.core:1.4.0]
        at
org.apache.servicemix.nmr.core.ChannelImpl.send(ChannelImpl.java:117)[83:org.apache.servicemix.nmr.core:1.4.0]
        at
org.apache.servicemix.jbi.runtime.impl.DeliveryChannelImpl.send(DeliveryChannelImpl.java:178)[122:org.apache.servicemix.jbi.runtime:1.4.0]
        at
org.apache.servicemix.common.EndpointDeliveryChannel.send(EndpointDeliveryChannel.java:89)[121:servicemix-common:2011.01.0]
        at
org.apache.servicemix.common.endpoints.SimpleEndpoint.send(SimpleEndpoint.java:70)[121:servicemix-common:2011.01.0]
        at
org.apache.servicemix.common.endpoints.SimpleEndpoint.done(SimpleEndpoint.java:85)[121:servicemix-common:2011.01.0]
        at
org.apache.servicemix.http.endpoints.HttpConsumerEndpoint.process(HttpConsumerEndpoint.java:343)[159:servicemix-http:2011.01.0]
        at
org.apache.servicemix.http.HttpBridgeServlet.service(HttpBridgeServlet.java:56)[159:servicemix-http:2011.01.0]
        at
javax.servlet.http.HttpServlet.service(HttpServlet.java:668)[93:org.apache.geronimo.specs.geronimo-servlet_3.0_spec:1.0]
        at
org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:511)[94:org.apache.servicemix.bundles.jetty:6.1.25.1]
        at
org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:390)[94:org.apache.servicemix.bundles.jetty:6.1.25.1]
        at
org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:765)[94:org.apache.servicemix.bundles.jetty:6.1.25.1]
        at
org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:230)[94:org.apache.servicemix.bundles.jetty:6.1.25.1]
        at
org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollection.java:114)[94:org.apache.servicemix.bundles.jetty:6.1.25.1]
        at
org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152)[94:org.apache.servicemix.bundles.jetty:6.1.25.1]
        at
org.mortbay.jetty.Server.handle(Server.java:326)[94:org.apache.servicemix.bundles.jetty:6.1.25.1]
        at
org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:542)[94:org.apache.servicemix.bundles.jetty:6.1.25.1]
        at
org.mortbay.jetty.HttpConnection$RequestHandler.content(HttpConnection.java:943)[94:org.apache.servicemix.bundles.jetty:6.1.25.1]
        at
org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:756)[94:org.apache.servicemix.bundles.jetty:6.1.25.1]
        at
org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:212)[94:org.apache.servicemix.bundles.jetty:6.1.25.1]
        at
org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:404)[94:org.apache.servicemix.bundles.jetty:6.1.25.1]
        at
org.mortbay.jetty.bio.SocketConnector$Connection.run(SocketConnector.java:228)[94:org.apache.servicemix.bundles.jetty:6.1.25.1]
        at
org.mortbay.jetty.security.SslSocketConnector$SslConnection.run(SslSocketConnector.java:680)[94:org.apache.servicemix.bundles.jetty:6.1.25.1]
        at
org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:582)[94:org.apache.servicemix.bundles.jetty:6.1.25.1]
[2012-01-08 18:45:38,110] | WARN  | 6651905@qtp-14895952-0 | SimpleEndpoint     
     
| ommon.endpoints.SimpleEndpoint   90 | SimpleEndpoint.fail called:
org.apache.servicemix.nmr.core.ChannelClosedException
        at
org.apache.servicemix.nmr.core.ChannelImpl.deliver(ChannelImpl.java:192)[83:org.apache.servicemix.nmr.core:1.4.0]
        at
org.apache.servicemix.nmr.core.StraightThroughFlow.dispatch(StraightThroughFlow.java:55)[83:org.apache.servicemix.nmr.core:1.4.0]
        at
org.apache.servicemix.nmr.core.FlowRegistryImpl.internalDispatch(FlowRegistryImpl.java:134)[83:org.apache.servicemix.nmr.core:1.4.0]
        at
org.apache.servicemix.nmr.core.FlowRegistryImpl.dispatch(FlowRegistryImpl.java:117)[83:org.apache.servicemix.nmr.core:1.4.0]
        at
org.apache.servicemix.nmr.core.ChannelImpl.dispatch(ChannelImpl.java:286)[83:org.apache.servicemix.nmr.core:1.4.0]
        at
org.apache.servicemix.nmr.core.ChannelImpl.send(ChannelImpl.java:117)[83:org.apache.servicemix.nmr.core:1.4.0]
        at
org.apache.servicemix.jbi.runtime.impl.DeliveryChannelImpl.send(DeliveryChannelImpl.java:178)[122:org.apache.servicemix.jbi.runtime:1.4.0]
        at
org.apache.servicemix.common.EndpointDeliveryChannel.send(EndpointDeliveryChannel.java:89)[121:servicemix-common:2011.01.0]
        at
org.apache.servicemix.common.endpoints.SimpleEndpoint.send(SimpleEndpoint.java:70)[121:servicemix-common:2011.01.0]
        at
org.apache.servicemix.common.endpoints.SimpleEndpoint.done(SimpleEndpoint.java:85)[121:servicemix-common:2011.01.0]
        at
org.apache.servicemix.http.endpoints.HttpConsumerEndpoint.process(HttpConsumerEndpoint.java:343)[159:servicemix-http:2011.01.0]
        at
org.apache.servicemix.http.HttpBridgeServlet.service(HttpBridgeServlet.java:56)[159:servicemix-http:2011.01.0]
        at
javax.servlet.http.HttpServlet.service(HttpServlet.java:668)[93:org.apache.geronimo.specs.geronimo-servlet_3.0_spec:1.0]
        at
org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:511)[94:org.apache.servicemix.bundles.jetty:6.1.25.1]
        at
org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:390)[94:org.apache.servicemix.bundles.jetty:6.1.25.1]
        at
org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:765)[94:org.apache.servicemix.bundles.jetty:6.1.25.1]
        at
org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:230)[94:org.apache.servicemix.bundles.jetty:6.1.25.1]
        at
org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollection.java:114)[94:org.apache.servicemix.bundles.jetty:6.1.25.1]
        at
org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152)[94:org.apache.servicemix.bundles.jetty:6.1.25.1]
        at
org.mortbay.jetty.Server.handle(Server.java:326)[94:org.apache.servicemix.bundles.jetty:6.1.25.1]
        at
org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:542)[94:org.apache.servicemix.bundles.jetty:6.1.25.1]
        at
org.mortbay.jetty.HttpConnection$RequestHandler.content(HttpConnection.java:943)[94:org.apache.servicemix.bundles.jetty:6.1.25.1]
        at
org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:756)[94:org.apache.servicemix.bundles.jetty:6.1.25.1]
        at
org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:212)[94:org.apache.servicemix.bundles.jetty:6.1.25.1]
        at
org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:404)[94:org.apache.servicemix.bundles.jetty:6.1.25.1]
        at
org.mortbay.jetty.bio.SocketConnector$Connection.run(SocketConnector.java:228)[94:org.apache.servicemix.bundles.jetty:6.1.25.1]
        at
org.mortbay.jetty.security.SslSocketConnector$SslConnection.run(SslSocketConnector.java:680)[94:org.apache.servicemix.bundles.jetty:6.1.25.1]
        at
org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:582)[94:org.apache.servicemix.bundles.jetty:6.1.25.1]
[2012-01-08 18:45:38,129] | WARN  | 6651905@qtp-14895952-0 | NMR                
     
| ervicemix.nmr.core.ChannelImpl  293 | Error processing exchange [
  id:        2fb56260-1c2d-4a89-a3a5-fcf837ba67f0
  mep:       InOut
  status:    Error
  role:      Consumer
  target:   
PropertyMatchingReference[{ENDPOINT_NAME=ID10232165190134bcaf31b210,
SERVICE_NAME={http://servicemix.org/wsnotification}PullPoint}]
  operation: {http://docs.oasis-open.org/wsn/bw-2}DestroyPullPoint
  properties: [
      javax.jbi.servicedesc.ServiceEndpoint =
org.apache.servicemix.jbi.runtime.impl.EndpointImpl@1c2a7f5
      org.apache.servicemix.senderEndpoint =
{http://servicemix.org/wsnotification}NotificationBroker:Broker
      javax.jbi.messaging.MessageExchange =
org.apache.servicemix.jbi.runtime.impl.InOutImpl@1ae9e9b
      javax.jbi.messaging.sendSync = <null>
      javax.jbi.InterfaceName = <null>
      javax.jbi.transaction.jta = <null>
      javax.jbi.ServiceEndpoint =
org.apache.servicemix.jbi.runtime.impl.ServiceEndpointImpl@12ed60d
      org.apache.servicemix.correlationId =
2fb56260-1c2d-4a89-a3a5-fcf837ba67f0
      javax.jbi.ServiceName = <null>
  ]
  error: [
    org.apache.servicemix.nmr.core.ChannelClosedException
      at
org.apache.servicemix.nmr.core.ChannelImpl.deliver(ChannelImpl.java:192)
      at
org.apache.servicemix.nmr.core.StraightThroughFlow.dispatch(StraightThroughFlow.java:55)
      at
org.apache.servicemix.nmr.core.FlowRegistryImpl.internalDispatch(FlowRegistryImpl.java:134)
      at
org.apache.servicemix.nmr.core.FlowRegistryImpl.dispatch(FlowRegistryImpl.java:117)
      at
org.apache.servicemix.nmr.core.ChannelImpl.dispatch(ChannelImpl.java:286)
      at
org.apache.servicemix.nmr.core.ChannelImpl.send(ChannelImpl.java:117)
      at
org.apache.servicemix.jbi.runtime.impl.DeliveryChannelImpl.send(DeliveryChannelImpl.java:178)
      at
org.apache.servicemix.common.EndpointDeliveryChannel.send(EndpointDeliveryChannel.java:89)
      at
org.apache.servicemix.common.endpoints.SimpleEndpoint.send(SimpleEndpoint.java:70)
      at
org.apache.servicemix.common.endpoints.SimpleEndpoint.done(SimpleEndpoint.java:85)
      at
org.apache.servicemix.http.endpoints.HttpConsumerEndpoint.process(HttpConsumerEndpoint.java:343)
      at
org.apache.servicemix.http.HttpBridgeServlet.service(HttpBridgeServlet.java:56)
      at javax.servlet.http.HttpServlet.service(HttpServlet.java:668)
      at
org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:511)
      at
org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:390)
      at
org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:765)
      at
org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:230)
      at
org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollection.java:114)
      at
org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152)
      at org.mortbay.jetty.Server.handle(Server.java:326)
      at
org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:542)
      at
org.mortbay.jetty.HttpConnection$RequestHandler.content(HttpConnection.java:943)
      at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:756)
      at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:212)
      at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:404)
      at
org.mortbay.jetty.bio.SocketConnector$Connection.run(SocketConnector.java:228)
      at
org.mortbay.jetty.security.SslSocketConnector$SslConnection.run(SslSocketConnector.java:680)
      at
org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:582)
  ]
]

org.apache.servicemix.nmr.core.ChannelClosedException
        at
org.apache.servicemix.nmr.core.ChannelImpl.deliver(ChannelImpl.java:192)[83:org.apache.servicemix.nmr.core:1.4.0]
        at
org.apache.servicemix.nmr.core.StraightThroughFlow.dispatch(StraightThroughFlow.java:55)[83:org.apache.servicemix.nmr.core:1.4.0]
        at
org.apache.servicemix.nmr.core.FlowRegistryImpl.internalDispatch(FlowRegistryImpl.java:134)[83:org.apache.servicemix.nmr.core:1.4.0]
        at
org.apache.servicemix.nmr.core.FlowRegistryImpl.dispatch(FlowRegistryImpl.java:117)[83:org.apache.servicemix.nmr.core:1.4.0]
        at
org.apache.servicemix.nmr.core.ChannelImpl.dispatch(ChannelImpl.java:286)[83:org.apache.servicemix.nmr.core:1.4.0]
        at
org.apache.servicemix.nmr.core.ChannelImpl.send(ChannelImpl.java:117)[83:org.apache.servicemix.nmr.core:1.4.0]
        at
org.apache.servicemix.jbi.runtime.impl.DeliveryChannelImpl.send(DeliveryChannelImpl.java:178)[122:org.apache.servicemix.jbi.runtime:1.4.0]
        at
org.apache.servicemix.common.EndpointDeliveryChannel.send(EndpointDeliveryChannel.java:89)[121:servicemix-common:2011.01.0]
        at
org.apache.servicemix.common.endpoints.SimpleEndpoint.send(SimpleEndpoint.java:70)[121:servicemix-common:2011.01.0]
        at
org.apache.servicemix.common.endpoints.SimpleEndpoint.fail(SimpleEndpoint.java:94)[121:servicemix-common:2011.01.0]
        at
org.apache.servicemix.http.endpoints.HttpConsumerEndpoint.process(HttpConsumerEndpoint.java:345)[159:servicemix-http:2011.01.0]
        at
org.apache.servicemix.http.HttpBridgeServlet.service(HttpBridgeServlet.java:56)[159:servicemix-http:2011.01.0]
        at
javax.servlet.http.HttpServlet.service(HttpServlet.java:668)[93:org.apache.geronimo.specs.geronimo-servlet_3.0_spec:1.0]
        at
org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:511)[94:org.apache.servicemix.bundles.jetty:6.1.25.1]
        at
org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:390)[94:org.apache.servicemix.bundles.jetty:6.1.25.1]
        at
org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:765)[94:org.apache.servicemix.bundles.jetty:6.1.25.1]
        at
org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:230)[94:org.apache.servicemix.bundles.jetty:6.1.25.1]
        at
org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollection.java:114)[94:org.apache.servicemix.bundles.jetty:6.1.25.1]
        at
org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152)[94:org.apache.servicemix.bundles.jetty:6.1.25.1]
        at
org.mortbay.jetty.Server.handle(Server.java:326)[94:org.apache.servicemix.bundles.jetty:6.1.25.1]
        at
org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:542)[94:org.apache.servicemix.bundles.jetty:6.1.25.1]
        at
org.mortbay.jetty.HttpConnection$RequestHandler.content(HttpConnection.java:943)[94:org.apache.servicemix.bundles.jetty:6.1.25.1]
        at
org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:756)[94:org.apache.servicemix.bundles.jetty:6.1.25.1]
        at
org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:212)[94:org.apache.servicemix.bundles.jetty:6.1.25.1]
        at
org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:404)[94:org.apache.servicemix.bundles.jetty:6.1.25.1]
        at
org.mortbay.jetty.bio.SocketConnector$Connection.run(SocketConnector.java:228)[94:org.apache.servicemix.bundles.jetty:6.1.25.1]
        at
org.mortbay.jetty.security.SslSocketConnector$SslConnection.run(SslSocketConnector.java:680)[94:org.apache.servicemix.bundles.jetty:6.1.25.1]
        at
org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:582)[94:org.apache.servicemix.bundles.jetty:6.1.25.1]
[2012-01-08 18:45:38,153] | INFO  | 6651905@qtp-14895952-0 |
PhaseInterceptorChain    | oap.core.PhaseInterceptorChain   89 | Interceptor
has thrown exception
, unwinding now
org.apache.servicemix.soap.api.Fault: com.ctc.wstx.exc.WstxIOException:
Closed
        at
org.apache.servicemix.soap.interceptors.xml.StaxOutInterceptor.handleMessage(StaxOutInterceptor.java:53)[155:servicemix-soap2:2011.01.0]
        at
org.apache.servicemix.soap.core.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:85)[155:servicemix-soap2:2011.01.0]
        at
org.apache.servicemix.http.endpoints.HttpSoapConsumerMarshaler.sendError(HttpSoapConsumerMarshaler.java:162)[159:servicemix-http:2011.01.0]
        at
org.apache.servicemix.http.endpoints.HttpConsumerEndpoint.sendError(HttpConsumerEndpoint.java:458)[159:servicemix-http:2011.01.0]
        at
org.apache.servicemix.http.endpoints.HttpConsumerEndpoint.process(HttpConsumerEndpoint.java:355)[159:servicemix-http:2011.01.0]
        at
org.apache.servicemix.http.HttpBridgeServlet.service(HttpBridgeServlet.java:56)[159:servicemix-http:2011.01.0]
        at
javax.servlet.http.HttpServlet.service(HttpServlet.java:668)[93:org.apache.geronimo.specs.geronimo-servlet_3.0_spec:1.0]
        at
org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:511)[94:org.apache.servicemix.bundles.jetty:6.1.25.1]
        at
org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:390)[94:org.apache.servicemix.bundles.jetty:6.1.25.1]
        at
org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:765)[94:org.apache.servicemix.bundles.jetty:6.1.25.1]
        at
org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:230)[94:org.apache.servicemix.bundles.jetty:6.1.25.1]
        at
org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollection.java:114)[94:org.apache.servicemix.bundles.jetty:6.1.25.1]
        at
org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152)[94:org.apache.servicemix.bundles.jetty:6.1.25.1]
        at
org.mortbay.jetty.Server.handle(Server.java:326)[94:org.apache.servicemix.bundles.jetty:6.1.25.1]
        at
org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:542)[94:org.apache.servicemix.bundles.jetty:6.1.25.1]
        at
org.mortbay.jetty.HttpConnection$RequestHandler.content(HttpConnection.java:943)[94:org.apache.servicemix.bundles.jetty:6.1.25.1]
        at
org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:756)[94:org.apache.servicemix.bundles.jetty:6.1.25.1]
        at
org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:212)[94:org.apache.servicemix.bundles.jetty:6.1.25.1]
        at
org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:404)[94:org.apache.servicemix.bundles.jetty:6.1.25.1]
        at
org.mortbay.jetty.bio.SocketConnector$Connection.run(SocketConnector.java:228)[94:org.apache.servicemix.bundles.jetty:6.1.25.1]
        at
org.mortbay.jetty.security.SslSocketConnector$SslConnection.run(SslSocketConnector.java:680)[94:org.apache.servicemix.bundles.jetty:6.1.25.1]
        at
org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:582)[94:org.apache.servicemix.bundles.jetty:6.1.25.1]
Caused by: com.ctc.wstx.exc.WstxIOException: Closed
        at
com.ctc.wstx.sw.BaseStreamWriter.flush(BaseStreamWriter.java:278)[104:woodstox-core-asl:4.0.8]
        at
org.apache.servicemix.soap.interceptors.xml.StaxOutInterceptor.handleMessage(StaxOutInterceptor.java:51)[155:servicemix-soap2:2011.01.0]
        ... 21 more
Caused by: java.io.IOException: Closed
        at
org.mortbay.jetty.AbstractGenerator$Output.write(AbstractGenerator.java:631)[94:org.apache.servicemix.bundles.jetty:6.1.25.1]
        at
org.mortbay.jetty.AbstractGenerator$Output.write(AbstractGenerator.java:579)[94:org.apache.servicemix.bundles.jetty:6.1.25.1]
        at java.io.BufferedOutputStream.flushBuffer(Unknown
Source)[:1.6.0_06]
        at java.io.BufferedOutputStream.flush(Unknown Source)[:1.6.0_06]
        at
com.ctc.wstx.io.UTF8Writer.flush(UTF8Writer.java:103)[104:woodstox-core-asl:4.0.8]
        at
com.ctc.wstx.sw.BufferingXmlWriter.flush(BufferingXmlWriter.java:225)[104:woodstox-core-asl:4.0.8]
        at
com.ctc.wstx.sw.BaseStreamWriter.flush(BaseStreamWriter.java:276)[104:woodstox-core-asl:4.0.8]
        ... 22 more
[2012-01-08 18:45:38,169] | WARN  | 6651905@qtp-14895952-0 | jetty              
     
| rvice.jetty.internal.JCLLogger  115 | /Broker/
org.apache.servicemix.soap.api.Fault: com.ctc.wstx.exc.WstxIOException:
Closed
        at
org.apache.servicemix.soap.interceptors.xml.StaxOutInterceptor.handleMessage(StaxOutInterceptor.java:53)[155:servicemix-soap2:2011.01.0]
        at
org.apache.servicemix.soap.core.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:85)[155:servicemix-soap2:2011.01.0]
        at
org.apache.servicemix.http.endpoints.HttpSoapConsumerMarshaler.sendError(HttpSoapConsumerMarshaler.java:162)[159:servicemix-http:2011.01.0]
        at
org.apache.servicemix.http.endpoints.HttpConsumerEndpoint.sendError(HttpConsumerEndpoint.java:458)[159:servicemix-http:2011.01.0]
        at
org.apache.servicemix.http.endpoints.HttpConsumerEndpoint.process(HttpConsumerEndpoint.java:355)[159:servicemix-http:2011.01.0]
        at
org.apache.servicemix.http.HttpBridgeServlet.service(HttpBridgeServlet.java:56)[159:servicemix-http:2011.01.0]
        at
javax.servlet.http.HttpServlet.service(HttpServlet.java:668)[93:org.apache.geronimo.specs.geronimo-servlet_3.0_spec:1.0]
        at
org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:511)[94:org.apache.servicemix.bundles.jetty:6.1.25.1]
        at
org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:390)[94:org.apache.servicemix.bundles.jetty:6.1.25.1]
        at
org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:765)[94:org.apache.servicemix.bundles.jetty:6.1.25.1]
        at
org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:230)[94:org.apache.servicemix.bundles.jetty:6.1.25.1]
        at
org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollection.java:114)[94:org.apache.servicemix.bundles.jetty:6.1.25.1]
        at
org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152)[94:org.apache.servicemix.bundles.jetty:6.1.25.1]
        at
org.mortbay.jetty.Server.handle(Server.java:326)[94:org.apache.servicemix.bundles.jetty:6.1.25.1]
        at
org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:542)[94:org.apache.servicemix.bundles.jetty:6.1.25.1]
        at
org.mortbay.jetty.HttpConnection$RequestHandler.content(HttpConnection.java:943)[94:org.apache.servicemix.bundles.jetty:6.1.25.1]
        at
org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:756)[94:org.apache.servicemix.bundles.jetty:6.1.25.1]
        at
org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:212)[94:org.apache.servicemix.bundles.jetty:6.1.25.1]
        at
org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:404)[94:org.apache.servicemix.bundles.jetty:6.1.25.1]
        at
org.mortbay.jetty.bio.SocketConnector$Connection.run(SocketConnector.java:228)[94:org.apache.servicemix.bundles.jetty:6.1.25.1]
        at
org.mortbay.jetty.security.SslSocketConnector$SslConnection.run(SslSocketConnector.java:680)[94:org.apache.servicemix.bundles.jetty:6.1.25.1]
        at
org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:582)[94:org.apache.servicemix.bundles.jetty:6.1.25.1]
Caused by: com.ctc.wstx.exc.WstxIOException: Closed
        at
com.ctc.wstx.sw.BaseStreamWriter.flush(BaseStreamWriter.java:278)[104:woodstox-core-asl:4.0.8]
        at
org.apache.servicemix.soap.interceptors.xml.StaxOutInterceptor.handleMessage(StaxOutInterceptor.java:51)[155:servicemix-soap2:2011.01.0]
        ... 21 more
Caused by: java.io.IOException: Closed
        at
org.mortbay.jetty.AbstractGenerator$Output.write(AbstractGenerator.java:631)[94:org.apache.servicemix.bundles.jetty:6.1.25.1]
        at
org.mortbay.jetty.AbstractGenerator$Output.write(AbstractGenerator.java:579)[94:org.apache.servicemix.bundles.jetty:6.1.25.1]
        at java.io.BufferedOutputStream.flushBuffer(Unknown
Source)[:1.6.0_06]
        at java.io.BufferedOutputStream.flush(Unknown Source)[:1.6.0_06]
        at
com.ctc.wstx.io.UTF8Writer.flush(UTF8Writer.java:103)[104:woodstox-core-asl:4.0.8]
        at
com.ctc.wstx.sw.BufferingXmlWriter.flush(BufferingXmlWriter.java:225)[104:woodstox-core-asl:4.0.8]
        at
com.ctc.wstx.sw.BaseStreamWriter.flush(BaseStreamWriter.java:276)[104:woodstox-core-asl:4.0.8]
        ... 22 more
[2012-01-08 18:45:55,447] | WARN  | ActiveMQ Session Task | NMR                 
    
| ervicemix.nmr.core.ChannelImpl  293 | Error processing exchange [
  id:        af3977db-8875-44bf-ad15-55d13a704e2c
  mep:       InOnly
  status:    Active
  role:      Consumer
  target:   
PropertyMatchingReference[{ENDPOINT_NAME=ID10232165190134bcaf31b210,
SERVICE_NAME={http://servicemix.org/wsnotification}PullPoint}]
  properties: [
      org.apache.servicemix.senderEndpoint =
{http://servicemix.org/wsnotification}Subscription:ID-10-232-165-190-134bcaf31b2-0-0
      javax.jbi.messaging.MessageExchange =
org.apache.servicemix.jbi.runtime.impl.InOnlyImpl@db96ac
      javax.jbi.messaging.sendSync = <null>
      javax.jbi.transaction.jta = <null>
      javax.jbi.ServiceEndpoint =
org.apache.servicemix.jbi.runtime.impl.ServiceEndpointImpl@811049
      org.apache.servicemix.correlationId =
af3977db-8875-44bf-ad15-55d13a704e2c
  ]
]

org.apache.servicemix.nmr.api.ServiceMixException: Could not dispatch
exchange. No matching endpoints.
        at
org.apache.servicemix.nmr.core.FlowRegistryImpl.dispatch(FlowRegistryImpl.java:110)[83:org.apache.servicemix.nmr.core:1.4.0]
        at
org.apache.servicemix.nmr.core.ChannelImpl.dispatch(ChannelImpl.java:286)[83:org.apache.servicemix.nmr.core:1.4.0]
        at
org.apache.servicemix.nmr.core.ChannelImpl.send(ChannelImpl.java:117)[83:org.apache.servicemix.nmr.core:1.4.0]
        at
org.apache.servicemix.jbi.runtime.impl.DeliveryChannelImpl.send(DeliveryChannelImpl.java:178)[122:org.apache.servicemix.jbi.runtime:1.4.0]
        at
org.apache.servicemix.common.EndpointDeliveryChannel.send(EndpointDeliveryChannel.java:89)[121:servicemix-common:2011.01.0]
        at
org.apache.servicemix.wsn.jbi.JbiSubscription.doNotify(JbiSubscription.java:137)[166:servicemix-wsn2005:2011.01.0]
        at
org.apache.servicemix.wsn.jms.JmsSubscription.onMessage(JmsSubscription.java:193)[166:servicemix-wsn2005:2011.01.0]
        at
org.apache.activemq.ActiveMQMessageConsumer.dispatch(ActiveMQMessageConsumer.java:1229)[43:org.apache.activemq.activemq-core:5.4.2]
        at
org.apache.activemq.ActiveMQSessionExecutor.dispatch(ActiveMQSessionExecutor.java:134)[43:org.apache.activemq.activemq-core:5.4.2]
        at
org.apache.activemq.ActiveMQSessionExecutor.iterate(ActiveMQSessionExecutor.java:205)[43:org.apache.activemq.activemq-core:5.4.2]
        at
org.apache.activemq.thread.PooledTaskRunner.runTask(PooledTaskRunner.java:122)[43:org.apache.activemq.activemq-core:5.4.2]
        at
org.apache.activemq.thread.PooledTaskRunner$1.run(PooledTaskRunner.java:43)[43:org.apache.activemq.activemq-core:5.4.2]
        at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown
Source)[:1.6.0_06]
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown
Source)[:1.6.0_06]
        at java.lang.Thread.run(Unknown Source)[:1.6.0_06]
[2012-01-08 18:45:55,477] | WARN  | ActiveMQ Session Task | JmsSubscription     
    
| icemix.wsn.jms.JmsSubscription  197 | Error notifying consumer
org.apache.servicemix.nmr.api.ServiceMixException: Could not dispatch
exchange. No matching endpoints.
        at
org.apache.servicemix.nmr.core.FlowRegistryImpl.dispatch(FlowRegistryImpl.java:110)[83:org.apache.servicemix.nmr.core:1.4.0]
        at
org.apache.servicemix.nmr.core.ChannelImpl.dispatch(ChannelImpl.java:286)[83:org.apache.servicemix.nmr.core:1.4.0]
        at
org.apache.servicemix.nmr.core.ChannelImpl.send(ChannelImpl.java:117)[83:org.apache.servicemix.nmr.core:1.4.0]
        at
org.apache.servicemix.jbi.runtime.impl.DeliveryChannelImpl.send(DeliveryChannelImpl.java:178)[122:org.apache.servicemix.jbi.runtime:1.4.0]
        at
org.apache.servicemix.common.EndpointDeliveryChannel.send(EndpointDeliveryChannel.java:89)[121:servicemix-common:2011.01.0]
        at
org.apache.servicemix.wsn.jbi.JbiSubscription.doNotify(JbiSubscription.java:137)[166:servicemix-wsn2005:2011.01.0]
        at
org.apache.servicemix.wsn.jms.JmsSubscription.onMessage(JmsSubscription.java:193)[166:servicemix-wsn2005:2011.01.0]
        at
org.apache.activemq.ActiveMQMessageConsumer.dispatch(ActiveMQMessageConsumer.java:1229)[43:org.apache.activemq.activemq-core:5.4.2]
        at
org.apache.activemq.ActiveMQSessionExecutor.dispatch(ActiveMQSessionExecutor.java:134)[43:org.apache.activemq.activemq-core:5.4.2]
        at
org.apache.activemq.ActiveMQSessionExecutor.iterate(ActiveMQSessionExecutor.java:205)[43:org.apache.activemq.activemq-core:5.4.2]
        at
org.apache.activemq.thread.PooledTaskRunner.runTask(PooledTaskRunner.java:122)[43:org.apache.activemq.activemq-core:5.4.2]
        at
org.apache.activemq.thread.PooledTaskRunner$1.run(PooledTaskRunner.java:43)[43:org.apache.activemq.activemq-core:5.4.2]
        at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown
Source)[:1.6.0_06]
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown
Source)[:1.6.0_06]
        at java.lang.Thread.run(Unknown Source)[:1.6.0_06]
[2012-01-08 18:46:15,486] | WARN  | ActiveMQ Session Task | NMR                 
    
| ervicemix.nmr.core.ChannelImpl  293 | Error processing exchange [
  id:        6905c63a-77be-44b2-9971-c517509be8a7
  mep:       InOnly
  status:    Active
  role:      Consumer
  target:   
PropertyMatchingReference[{ENDPOINT_NAME=ID10232165190134bcaf31b210,
SERVICE_NAME={http://servicemix.org/wsnotification}PullPoint}]
  properties: [
      org.apache.servicemix.senderEndpoint =
{http://servicemix.org/wsnotification}Subscription:ID-10-232-165-190-134bcaf31b2-0-0
      javax.jbi.messaging.MessageExchange =
org.apache.servicemix.jbi.runtime.impl.InOnlyImpl@1922b29
      javax.jbi.messaging.sendSync = <null>
      javax.jbi.transaction.jta = <null>
      javax.jbi.ServiceEndpoint =
org.apache.servicemix.jbi.runtime.impl.ServiceEndpointImpl@811049
      org.apache.servicemix.correlationId =
6905c63a-77be-44b2-9971-c517509be8a7
  ]
]

org.apache.servicemix.nmr.api.ServiceMixException: Could not dispatch
exchange. No matching endpoints.
        at
org.apache.servicemix.nmr.core.FlowRegistryImpl.dispatch(FlowRegistryImpl.java:110)[83:org.apache.servicemix.nmr.core:1.4.0]
        at
org.apache.servicemix.nmr.core.ChannelImpl.dispatch(ChannelImpl.java:286)[83:org.apache.servicemix.nmr.core:1.4.0]
        at
org.apache.servicemix.nmr.core.ChannelImpl.send(ChannelImpl.java:117)[83:org.apache.servicemix.nmr.core:1.4.0]
        at
org.apache.servicemix.jbi.runtime.impl.DeliveryChannelImpl.send(DeliveryChannelImpl.java:178)[122:org.apache.servicemix.jbi.runtime:1.4.0]
        at
org.apache.servicemix.common.EndpointDeliveryChannel.send(EndpointDeliveryChannel.java:89)[121:servicemix-common:2011.01.0]
        at
org.apache.servicemix.wsn.jbi.JbiSubscription.doNotify(JbiSubscription.java:137)[166:servicemix-wsn2005:2011.01.0]
        at
org.apache.servicemix.wsn.jms.JmsSubscription.onMessage(JmsSubscription.java:193)[166:servicemix-wsn2005:2011.01.0]
        at
org.apache.activemq.ActiveMQMessageConsumer.dispatch(ActiveMQMessageConsumer.java:1229)[43:org.apache.activemq.activemq-core:5.4.2]
        at
org.apache.activemq.ActiveMQSessionExecutor.dispatch(ActiveMQSessionExecutor.java:134)[43:org.apache.activemq.activemq-core:5.4.2]
        at
org.apache.activemq.ActiveMQSessionExecutor.iterate(ActiveMQSessionExecutor.java:205)[43:org.apache.activemq.activemq-core:5.4.2]
        at
org.apache.activemq.thread.PooledTaskRunner.runTask(PooledTaskRunner.java:122)[43:org.apache.activemq.activemq-core:5.4.2]
        at
org.apache.activemq.thread.PooledTaskRunner$1.run(PooledTaskRunner.java:43)[43:org.apache.activemq.activemq-core:5.4.2]
        at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown
Source)[:1.6.0_06]
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown
Source)[:1.6.0_06]
        at java.lang.Thread.run(Unknown Source)[:1.6.0_06]
[2012-01-08 18:46:15,502] | WARN  | ActiveMQ Session Task | JmsSubscription     
    
| icemix.wsn.jms.JmsSubscription  197 | Error notifying consumer
org.apache.servicemix.nmr.api.ServiceMixException: Could not dispatch
exchange. No matching endpoints.
        at
org.apache.servicemix.nmr.core.FlowRegistryImpl.dispatch(FlowRegistryImpl.java:110)[83:org.apache.servicemix.nmr.core:1.4.0]
        at
org.apache.servicemix.nmr.core.ChannelImpl.dispatch(ChannelImpl.java:286)[83:org.apache.servicemix.nmr.core:1.4.0]
        at
org.apache.servicemix.nmr.core.ChannelImpl.send(ChannelImpl.java:117)[83:org.apache.servicemix.nmr.core:1.4.0]
        at
org.apache.servicemix.jbi.runtime.impl.DeliveryChannelImpl.send(DeliveryChannelImpl.java:178)[122:org.apache.servicemix.jbi.runtime:1.4.0]
        at
org.apache.servicemix.common.EndpointDeliveryChannel.send(EndpointDeliveryChannel.java:89)[121:servicemix-common:2011.01.0]
        at
org.apache.servicemix.wsn.jbi.JbiSubscription.doNotify(JbiSubscription.java:137)[166:servicemix-wsn2005:2011.01.0]
        at
org.apache.servicemix.wsn.jms.JmsSubscription.onMessage(JmsSubscription.java:193)[166:servicemix-wsn2005:2011.01.0]
        at
org.apache.activemq.ActiveMQMessageConsumer.dispatch(ActiveMQMessageConsumer.java:1229)[43:org.apache.activemq.activemq-core:5.4.2]
        at
org.apache.activemq.ActiveMQSessionExecutor.dispatch(ActiveMQSessionExecutor.java:134)[43:org.apache.activemq.activemq-core:5.4.2]
        at
org.apache.activemq.ActiveMQSessionExecutor.iterate(ActiveMQSessionExecutor.java:205)[43:org.apache.activemq.activemq-core:5.4.2]
        at
org.apache.activemq.thread.PooledTaskRunner.runTask(PooledTaskRunner.java:122)[43:org.apache.activemq.activemq-core:5.4.2]
        at
org.apache.activemq.thread.PooledTaskRunner$1.run(PooledTaskRunner.java:43)[43:org.apache.activemq.activemq-core:5.4.2]
        at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown
Source)[:1.6.0_06]
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown
Source)[:1.6.0_06]
        at java.lang.Thread.run(Unknown Source)[:1.6.0_06]
[2012-01-08 18:46:35,449] | WARN  | ActiveMQ Session Task | NMR                 
    
| ervicemix.nmr.core.ChannelImpl  293 | Error processing exchange [
  id:        5a84573d-b361-43d4-9ac8-a33daff270bb
  mep:       InOnly
  status:    Active
  role:      Consumer
  target:   
PropertyMatchingReference[{ENDPOINT_NAME=ID10232165190134bcaf31b210,
SERVICE_NAME={http://servicemix.org/wsnotification}PullPoint}]
  properties: [
      org.apache.servicemix.senderEndpoint =
{http://servicemix.org/wsnotification}Subscription:ID-10-232-165-190-134bcaf31b2-0-0
      javax.jbi.messaging.MessageExchange =
org.apache.servicemix.jbi.runtime.impl.InOnlyImpl@2a821
      javax.jbi.messaging.sendSync = <null>
      javax.jbi.transaction.jta = <null>
      javax.jbi.ServiceEndpoint =
org.apache.servicemix.jbi.runtime.impl.ServiceEndpointImpl@811049
      org.apache.servicemix.correlationId =
5a84573d-b361-43d4-9ac8-a33daff270bb
  ]
]

org.apache.servicemix.nmr.api.ServiceMixException: Could not dispatch
exchange. No matching endpoints.
        at
org.apache.servicemix.nmr.core.FlowRegistryImpl.dispatch(FlowRegistryImpl.java:110)[83:org.apache.servicemix.nmr.core:1.4.0]
        at
org.apache.servicemix.nmr.core.ChannelImpl.dispatch(ChannelImpl.java:286)[83:org.apache.servicemix.nmr.core:1.4.0]
        at
org.apache.servicemix.nmr.core.ChannelImpl.send(ChannelImpl.java:117)[83:org.apache.servicemix.nmr.core:1.4.0]
        at
org.apache.servicemix.jbi.runtime.impl.DeliveryChannelImpl.send(DeliveryChannelImpl.java:178)[122:org.apache.servicemix.jbi.runtime:1.4.0]
        at
org.apache.servicemix.common.EndpointDeliveryChannel.send(EndpointDeliveryChannel.java:89)[121:servicemix-common:2011.01.0]
        at
org.apache.servicemix.wsn.jbi.JbiSubscription.doNotify(JbiSubscription.java:137)[166:servicemix-wsn2005:2011.01.0]
        at
org.apache.servicemix.wsn.jms.JmsSubscription.onMessage(JmsSubscription.java:193)[166:servicemix-wsn2005:2011.01.0]
        at
org.apache.activemq.ActiveMQMessageConsumer.dispatch(ActiveMQMessageConsumer.java:1229)[43:org.apache.activemq.activemq-core:5.4.2]
        at
org.apache.activemq.ActiveMQSessionExecutor.dispatch(ActiveMQSessionExecutor.java:134)[43:org.apache.activemq.activemq-core:5.4.2]
        at
org.apache.activemq.ActiveMQSessionExecutor.iterate(ActiveMQSessionExecutor.java:205)[43:org.apache.activemq.activemq-core:5.4.2]
        at
org.apache.activemq.thread.PooledTaskRunner.runTask(PooledTaskRunner.java:122)[43:org.apache.activemq.activemq-core:5.4.2]
        at
org.apache.activemq.thread.PooledTaskRunner$1.run(PooledTaskRunner.java:43)[43:org.apache.activemq.activemq-core:5.4.2]
        at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown
Source)[:1.6.0_06]
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown
Source)[:1.6.0_06]
        at java.lang.Thread.run(Unknown Source)[:1.6.0_06]


--
View this message in context: 
http://servicemix.396122.n5.nabble.com/WSN-pull-point-destroy-not-working-tp5130955p5130955.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.

Reply via email to