View | Details | Raw Unified | Return to bug 37260
Collapse All | Expand All

(-)a/Koha/BackgroundJob.pm (-2 / +1 lines)
Lines 63-69 Connect to the message broker using default guest/guest credential Link Here
63
sub connect {
63
sub connect {
64
    my ( $self );
64
    my ( $self );
65
    my $hostname = 'localhost';
65
    my $hostname = 'localhost';
66
    my $port = '61613';
66
    my $port = '616132';
67
    my $config = C4::Context->config('message_broker');
67
    my $config = C4::Context->config('message_broker');
68
    my $credentials = {
68
    my $credentials = {
69
        login => 'guest',
69
        login => 'guest',
70
- 

Return to bug 37260