The logs show a collection of messages (1 per sender) like this:

2018-05-25 17:02:56,115 [AmqpProvider
:(1):[amqps://XXXXXXXXX.servicebus.windows.net:-1]] TRACE
org.apache.qpid.jms.provider.amqp.FRAMES - RECV: Detach{handle=0,
closed=true, error=Error{condition=amqp:link:detach-forced,
description='The link
'G15:49790:qpid-jms:sender:ID:2fa7bbe4-956e-4ff9-a788-00282e634a31:1:14:1:test-bus'
is force detached by the broker due to errors occurred in
publisher(link6868). Detach origin:
AmqpMessagePublisher.IdleTimerExpired: Idle timeout: 00:10:00.
TrackingId:0f8673cb000004c900001ad45b083f60_G15_B59,
SystemTracker:XXXXXXXXX:Queue:test-bus, Timestamp:5/25/2018 5:02:56
PM', info=null}}

Which to me indicates that Service Bus closed the producers because
they didnt send anything for 10 minutes. That being the case, it seems
youll have to either ensure your producers remain active, or refresh
them over time if they dont.

On 29 May 2018 at 16:39, akabhishek1 <mailbox.abhishek.ku...@gmail.com> wrote:
> Hi Robbie,
>
> Thank you so much for your quick reply.  Yes correct, your assumption is
> right, "1 listener for each consumer as a consumer can only have 1 listener.
> "
>
> I uploaded complete log files at below location. Could you please take a
> look and suggest why Producer stop sending message? I am so sorry, log is
> quite big but i uploaded complete so i don't miss anything.
>
> https://github.com/abhikt48/servicebus/blob/master/qpid-servicebus.zip
>
> We are really worried about this situation. Could you please also suggest,
> is there anyway to check Message Producer is open or not??  So if producer
> is close then i can open producer again.
>
> Regards,
> Abhishek Kumar
>
>
>
>
>
>
> --
> Sent from: http://qpid.2158936.n2.nabble.com/Apache-Qpid-users-f2158936.html
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@qpid.apache.org
> For additional commands, e-mail: users-h...@qpid.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@qpid.apache.org
For additional commands, e-mail: users-h...@qpid.apache.org

Reply via email to