Replies: 1 comment 4 replies
-
Hi, i test your code, it works fine for me. I commented out consumer data logger & Unmarshal line because i don't have AccountInfoRecord class. That means somehome msg.Ack() line being skipped. Hence not being acked. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
output always starts from beginning
2024/07/23 09:27:34 The connection is Connected
2024/07/23 09:27:34 Messages - Pending: 1, Waiting: 0, Ack Pending: 19, Consumer Name: AccountSubjects, Stream: Subjects
2024/07/23 09:27:34 Received Message: Subjects.AccountInfo
Here is my sample consumer code.
`package main
import (
"context"
"encoding/json"
"log"
"os"
"os/signal"
"time"
)
func main() {
}
`
Beta Was this translation helpful? Give feedback.
All reactions