0
私はmosquittoからactivemqに接続しようとしているときに、activemqコンソールで以下のエラーが表示されます。ActiveMqとモスキートブリッジが動作しない
WARN | Transport Connection to: tcp://192.168.0.27:48689 failed: java.io.IOException: Unknown data type: 77
MY設定がブリッジの下の構成で 192.168.0.27 ---- Mosquittoブローカー
connection try
try_private false
address 192.168.0.22:61616
username myuser
password mypassword
start_type automatic
clientid 1
notifications true
topic inbound/# in alpha/ beta/
topic outbound/# out harry/ larry
私のActiveMQブローカーはTansportConnectorと192.168.0.22で、以下のようなことは以下の通りである
<transportConnectors>
<transportConnector name="openwire" uri="tcp://0.0.0.0:61616?maximumConnections=1000&wireformat.maxFrameSize=104857600"/>
</transportConnectors>
ありがとうTim、それは私のために働いた! –
これを解決したら、これをマークしてください。 –