Adelino Rodrigues
Adelino Rodrigues
Dear @titou10titou10 , I can confirm that the error occurs with any queue and in any order. You can open one queue and any attempt to open a different queue...
Running the test above creates a single session with the method org.apache.qpid.jms.JmsConnection.createSession(boolean, int) with following argument values: * transacted = false * acknowledgeMode = 1
Hi @titou10titou10 , It seems that Azure Service Bus imposes restrictions when used in a transacted context: see comment https://github.com/Azure/azure-sdk-for-java/issues/29881#issuecomment-1197893412 . As a conclusion this issue is not resolvable in...
Dear @titou10titou10 , It seems that a dead letter queue gets created for every queue. According to the article, https://docs.microsoft.com/en-us/azure/service-bus-messaging/service-bus-dead-letter-queues, the naming convention is `/$deadletterqueue` Kind regards
Yes as per the unit test code added as a comment on issue #137 , when it exists, the dead letter is accessible from the JMS api as any other...
Cheers @andreacomo and @sukanth ! You saved my day :disappointed_relieved:
Hi, From what I remember there was no error in the console. Wanting to try again the same command as one month ago, I reset the configuration to disable the...
Thanks @spodatelev . The error stack trace reported on October 16 is indeed because of the extra slash the public.registry URL.
Now back to the original question... I have set the configuration to: ``` javascript "repositoryCache": { "cachePrivate": true, "git": { "enabled": true, "cacheDirectory": "./gitRepoCache", "host": "localhost", "port": 6789, "protocol": "git",...
The error from the comment on [Oct 16, 2015](https://github.com/Hacklone/private-bower/issues/174#issuecomment-148648846) was resolved thanks to the tip of @spodatelev . My original question about the meaning of the git repository cache is...