[ 
https://issues.apache.org/jira/browse/AMQ-6712?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Christopher L. Shannon closed AMQ-6712.
---------------------------------------
    Resolution: Invalid

5.11.0 is very old, you should first try using a newer version (such as 
5.14.5).  If that doesn't work then try getting help on the ActiveMQ users 
mailing list to see if it is a configuration issue or some other issue with 
your environment.  If it is later determined it is a bug or if you can create a 
test case to show the issue then you can reopen the Jira issue.

See http://activemq.apache.org/mailing-lists.html

> my Durable subscriber is going down after every 5 mins
> ------------------------------------------------------
>
>                 Key: AMQ-6712
>                 URL: https://issues.apache.org/jira/browse/AMQ-6712
>             Project: ActiveMQ
>          Issue Type: Bug
>            Reporter: LakshmiPrasadBoppana
>
> Hi Team,
> My subscriber is going down after 5 mins of start of it.If am receiving 
> mesages from publisher then its not going down but if i did not receive any 
> messages(publisher is up and connected but not publishing any messages) then 
> after 5 mins its going down by throwing below .EOFException.
> My URL format is
> url = "ssl://" + SubParams.getPropertyVal(
>                       SubParams.SUBSCRIBER_EMS_SERVER)+ 
> ":"+SubParams.getPropertyVal(SubParams.SUBSCRIBER_EMS_PORT)+"jms.useCompression=true&wireFormat.maxInactivityDuration="+0;
> can you help me in sorting out this issue and let me know why its throwing 
> below eerror after 5 mins.
> 22 Jun 2017 14:37:42,151 [ActiveMQ Connection Executor: 
> *ssl://il3-broker-a-il-core-dev-01.apps.test-a.0341.o2.we1.csl.cd2.bp.com*/10.165.5.142:443]
>  ERROR com.bp.mint.app.subscriber.jms.MintJMSExceptionListener - Mint 
> Subscriber Recieved an Error Message. java.io.EOFException
> javax.jms.JMSException: java.io.EOFException
>       at 
> org.apache.activemq.util.JMSExceptionSupport.create(JMSExceptionSupport.java:54)
>       at 
> org.apache.activemq.ActiveMQConnection.onAsyncException(ActiveMQConnection.java:1997)
>       at 
> org.apache.activemq.ActiveMQConnection.onException(ActiveMQConnection.java:2016)
>       at 
> org.apache.activemq.transport.TransportFilter.onException(TransportFilter.java:101)
>       at 
> org.apache.activemq.transport.ResponseCorrelator.onException(ResponseCorrelator.java:126)
>       at 
> org.apache.activemq.transport.TransportFilter.onException(TransportFilter.java:101)
>       at 
> org.apache.activemq.transport.TransportFilter.onException(TransportFilter.java:101)
>       at 
> org.apache.activemq.transport.WireFormatNegotiator.onException(WireFormatNegotiator.java:160)
>       at 
> org.apache.activemq.transport.AbstractInactivityMonitor.onException(AbstractInactivityMonitor.java:314)
>       at 
> org.apache.activemq.transport.TransportSupport.onException(TransportSupport.java:96)
>       at 
> org.apache.activemq.transport.tcp.TcpTransport.run(TcpTransport.java:200)
>       at java.lang.Thread.run(Thread.java:745)
> Caused by: java.io.EOFException
>       at java.io.DataInputStream.readInt(DataInputStream.java:392)
>       at 
> org.apache.activemq.openwire.OpenWireFormat.unmarshal(OpenWireFormat.java:258)
>       at 
> org.apache.activemq.transport.tcp.TcpTransport.readCommand(TcpTransport.java:221)
>       at 
> org.apache.activemq.transport.tcp.TcpTransport.doRun(TcpTransport.java:213)
>       at 
> org.apache.activemq.transport.tcp.TcpTransport.run(TcpTransport.java:196)
>       ... 1 more



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to