Groups
Groups
Sign in
Groups
Groups
Pika
Conversations
About
Send feedback
Help
Pika
1–30 of 412
Mark all as read
Report group
0 selected
Nishant Varma
Mar 7
Should we close long living connections?
Hello all, We have long-lived connections that recreates itself when broken: class RMQ(): def
unread,
Should we close long living connections?
Hello all, We have long-lived connections that recreates itself when broken: class RMQ(): def
Mar 7
Jules Ex
,
Luke Bakken
3
Feb 6
Pika using self-signed SSL certificates
Thank you for the detailed reply Luke, I really appreciate it. I will give this a go. On Monday, 3
unread,
Pika using self-signed SSL certificates
Thank you for the detailed reply Luke, I really appreciate it. I will give this a go. On Monday, 3
Feb 6
Ishika Kumari
Jan 28
pika.exceptions.StreamLostError: Stream connection lost: SSLEOFError(8, 'EOF occurred in violation of protocol (_ssl.c:2548)’)
I am writing to seek your guidance regarding an issue I have been encountering while using the Pika
unread,
pika.exceptions.StreamLostError: Stream connection lost: SSLEOFError(8, 'EOF occurred in violation of protocol (_ssl.c:2548)’)
I am writing to seek your guidance regarding an issue I have been encountering while using the Pika
Jan 28
Ishika Kumari
Jan 28
Handling Guidance on Handling SSLEOFError in Pika
Dear Pika Team, I hope this email finds you well. I am writing to seek your guidance regarding an
unread,
Handling Guidance on Handling SSLEOFError in Pika
Dear Pika Team, I hope this email finds you well. I am writing to seek your guidance regarding an
Jan 28
Liwen Zhao
,
Manoj
3
Jan 16
AWS NLB TLS termination -- connection timeout
Hi Liwen and Pika - I'm in the same scenario as you are. Our Rabbitmq is hosted on EKS on AWS.
unread,
AWS NLB TLS termination -- connection timeout
Hi Liwen and Pika - I'm in the same scenario as you are. Our Rabbitmq is hosted on EKS on AWS.
Jan 16
Amardeep Prajapati
, …
Luke Bakken
7
Jan 9
pika.exceptions.StreamLostError: Stream connection lost: ConnectionResetError(104, 'Connection reset by peer')
this is ture if your thread doing long running CPU bound operations and/or does not release the GIL
unread,
pika.exceptions.StreamLostError: Stream connection lost: ConnectionResetError(104, 'Connection reset by peer')
this is ture if your thread doing long running CPU bound operations and/or does not release the GIL
Jan 9
Mani Amoozadeh
,
Luke Bakken
2
11/18/24
RabbitMQ consistent hashing exchange - queue position on hash ring
Hi Mani, This question is better asked here: https://groups.google.com/g/rabbitmq-users Or here...
unread,
RabbitMQ consistent hashing exchange - queue position on hash ring
Hi Mani, This question is better asked here: https://groups.google.com/g/rabbitmq-users Or here...
11/18/24
Mani Amoozadeh
,
Luke Bakken
6
11/18/24
mandatory message
https://www.google.com/search?q=site%3Apika.readthedocs.io%2Fen%2Fstable%2F+process_data_events
unread,
mandatory message
https://www.google.com/search?q=site%3Apika.readthedocs.io%2Fen%2Fstable%2F+process_data_events
11/18/24
the_alchemist
, …
Luke Bakken
6
9/11/24
[Errno 104] Connection reset by peer when running multiple docker containers & RabbitMQ/pika
Hello, I requested that you use GitHub discussions to continue - https://github.com/pika/pika/
unread,
[Errno 104] Connection reset by peer when running multiple docker containers & RabbitMQ/pika
Hello, I requested that you use GitHub discussions to continue - https://github.com/pika/pika/
9/11/24
Pradyumna Mahajan
,
Luke Bakken
2
8/6/24
Fast publisher issue
Hello, You need to be sure you're using publisher confirmations - https://www.rabbitmq.com/docs/
unread,
Fast publisher issue
Hello, You need to be sure you're using publisher confirmations - https://www.rabbitmq.com/docs/
8/6/24
Pradyumna Mahajan
,
Paul Lam
6
8/5/24
StreamLostError when publishing messages
I solved this with threading by following https://github.com/pika/pika/blob/main/examples/
unread,
StreamLostError when publishing messages
I solved this with threading by following https://github.com/pika/pika/blob/main/examples/
8/5/24
Luke Bakken
,
Võ Học Thức
2
7/22/24
Re: Can't produce message to rabbitMQ
This problem has been fixed. Please delete the post. Vào lúc 08:42:17 UTC+7 ngày Thứ Ba, 23 tháng 7,
unread,
Re: Can't produce message to rabbitMQ
This problem has been fixed. Please delete the post. Vào lúc 08:42:17 UTC+7 ngày Thứ Ba, 23 tháng 7,
7/22/24
Luke Bakken
7/22/24
ANN Pika 1.4.0b0
Hello Pika users - Pre-release version 1.4.0b0 has been released and is available on test PyPI: https
unread,locked,
ANN Pika 1.4.0b0
Hello Pika users - Pre-release version 1.4.0b0 has been released and is available on test PyPI: https
7/22/24
Aleksandre Bregadze
, …
Nishant Varma
6
7/22/24
Best practices and whether should I have long lived publishers or not
Is this fine for a publisher that runs in a normal threaded web app? It is supposed to: a) publish to
unread,
Best practices and whether should I have long lived publishers or not
Is this fine for a publisher that runs in a normal threaded web app? It is supposed to: a) publish to
7/22/24
Leon Lux
,
Gavin M. Roy
3
7/17/24
Opening Channels not working with AsyncioConnection
Im suspecting the same, I already played around with different connection Adapters like
unread,
Opening Channels not working with AsyncioConnection
Im suspecting the same, I already played around with different connection Adapters like
7/17/24
이가람
7/3/24
I have a question about stream queue
# Streaming channel.queue_declare(queue=receive_queue, durable=True, arguments={'x-max-age':
unread,
I have a question about stream queue
# Streaming channel.queue_declare(queue=receive_queue, durable=True, arguments={'x-max-age':
7/3/24
Alan Lee
,
terren...@gmail.com
4
6/17/24
basic_publish back is None
basic_publish returns None, or will raise one of two exceptions. Just ensure the messages are sent as
unread,
basic_publish back is None
basic_publish returns None, or will raise one of two exceptions. Just ensure the messages are sent as
6/17/24
juanschwartz
,
Luke Bakken
4
6/11/24
Specify consumer_tag when using channel.consume()
Hi Jimmy, Apologies that it has taken so long to return to this. I have been busy working on the next
unread,
Specify consumer_tag when using channel.consume()
Hi Jimmy, Apologies that it has taken so long to return to this. I have been busy working on the next
6/11/24
Stone
,
Luke Bakken
7
6/9/24
Pika consumer breaks when Multiprocessing Queue is created after it.
If anyone else is following along, I assisted this user with their code because they provided a full,
unread,
Pika consumer breaks when Multiprocessing Queue is created after it.
If anyone else is following along, I assisted this user with their code because they provided a full,
6/9/24
Paul Lam
,
Luke Bakken
4
4/5/24
Python Threadpool doesn't seem to resolve Stream Connection Lost error/missed heartbeats from client
Hi Paul, I can assist you further if you can provide a complete code sample I can run. On Tuesday,
unread,
Python Threadpool doesn't seem to resolve Stream Connection Lost error/missed heartbeats from client
Hi Paul, I can assist you further if you can provide a complete code sample I can run. On Tuesday,
4/5/24
Mauricio Villegas
,
Luke Bakken
2
1/30/24
start_consuming sigterm graceful shutdown
https://www.google.com/search?q=python+sigterm+handler On Tuesday, January 30, 2024 at 4:27:23 AM UTC
unread,
start_consuming sigterm graceful shutdown
https://www.google.com/search?q=python+sigterm+handler On Tuesday, January 30, 2024 at 4:27:23 AM UTC
1/30/24
Orges Skura
, …
errol
6
1/26/24
Unknown delivery tag when ack message
As a side note, this also happens when you ACK the same tag twice. On Friday, December 1, 2023 at 8:
unread,
Unknown delivery tag when ack message
As a side note, this also happens when you ACK the same tag twice. On Friday, December 1, 2023 at 8:
1/26/24
Merja Doerle
12/9/23
Resident Evil 5 €? PC Full [Torrent]
Resident Evil 5 PC Full Torrent: How to Download and Play the Ultimate Horror Game If you are a fan
unread,
Resident Evil 5 €? PC Full [Torrent]
Resident Evil 5 PC Full Torrent: How to Download and Play the Ultimate Horror Game If you are a fan
12/9/23
Merja Doerle
12/9/23
Rufus 5.3 Build 2498 Final Portable Download Pc
Rufus 5.3 Build 2498 Final Portable: A Powerful and Easy-to-Use Tool for Creating Bootable USB Drives
unread,
Rufus 5.3 Build 2498 Final Portable Download Pc
Rufus 5.3 Build 2498 Final Portable: A Powerful and Easy-to-Use Tool for Creating Bootable USB Drives
12/9/23
Merja Doerle
12/9/23
CRACK A2A P-51 Civilian Mustang With Accusim
CRACK A2A P-51 Civilian Mustang with Accusim If you are a fan of flight simulation and warbirds, you
unread,
CRACK A2A P-51 Civilian Mustang With Accusim
CRACK A2A P-51 Civilian Mustang with Accusim If you are a fan of flight simulation and warbirds, you
12/9/23
Marta Schott
12/9/23
Stalker Call Of Pripyat Crack 34
Stalker Call Of Pripyat Crack 34: How to Download and Play the Ultimate Post-Apocalyptic Game If you
unread,
Stalker Call Of Pripyat Crack 34
Stalker Call Of Pripyat Crack 34: How to Download and Play the Ultimate Post-Apocalyptic Game If you
12/9/23
Marta Schott
12/9/23
Telecharger-guide-des-automatismes-v9-gratuit
Télécharger Guide des automatismes: un logiciel pour l'automatisme industriel Si vous êtes
unread,
Telecharger-guide-des-automatismes-v9-gratuit
Télécharger Guide des automatismes: un logiciel pour l'automatisme industriel Si vous êtes
12/9/23
Marta Schott
12/9/23
It Windows Vista With Sp2 X64 Dvd X15-36348.iso .rar
It Windows Vista with SP2 x64 DVD x15-36348.iso .rar: A Complete Guide If you are looking for a way
unread,
It Windows Vista With Sp2 X64 Dvd X15-36348.iso .rar
It Windows Vista with SP2 x64 DVD x15-36348.iso .rar: A Complete Guide If you are looking for a way
12/9/23
Marta Schott
12/9/23
Tally 7.2 Shortcut Keys Free Download Pdf
Tally 7.2 Shortcut Keys Free Download Pdf: A Handy Guide for Accountants If you are an accountant or
unread,
Tally 7.2 Shortcut Keys Free Download Pdf
Tally 7.2 Shortcut Keys Free Download Pdf: A Handy Guide for Accountants If you are an accountant or
12/9/23
Francesca Del Corso
,
Luke Bakken
2
12/1/23
Is authentication via token OAuth2.0 supported using pika?
Hi Francesca, Pika doesn't yet support this method for authentication. Please see this PR for
unread,
Is authentication via token OAuth2.0 supported using pika?
Hi Francesca, Pika doesn't yet support this method for authentication. Please see this PR for
12/1/23