Where do you see this error?
in /opt/traccar/logs/tracker-server.log
I've this config:
<entry key='forward.enable'>true</entry>
<entry key='forward.retry.enable'>true</entry>
<entry key='forward.type'>amqp</entry>
<entry key='forward.url'>amqp://admin:pass@10.10.1.35:5672</entry>
<entry key='forward.exchange'>MYEXCHANGE</entry>
I haven't set the
<entry key='forward.topic'>topic_name</entry>
Looks like we only support topic type:
https://github.com/traccar/traccar/blob/master/src/main/java/org/traccar/forward/AmqpClient.java#L49
Any chance to see other types supported?
Of course there's a chance. Maybe ask here:
Hello,
I've configured traccar to forward to rabbitmq exchange of type fanout, I'm receiving this error:
inequivalent arg 'type' for exchange 'MYEXCHANGE' in vhost '/': received 'topic' but current is 'fanout',
I'm using this type of exhange because I've many consumers of traccar positions.