|
Home > Archive > BizTalk Server Orchestration > August 2005 > How to see messages in message box
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
How to see messages in message box
|
|
| Help Needed 2005-08-03, 5:51 pm |
| Hi All,
I want to see all the processed messages in message box, how can I. How
long these messages will be stored in message box. My manager said to save
all the messages which are received by Biztalk Server, into sql server table.
But the messages are already saved in Message Box right, how long these
messages are stored in message box. If they are stored forever I don't need
to bother about those messages.
Please help
| |
| Yossi Dahan 2005-08-03, 5:51 pm |
| Help Needed wrote:
> Hi All,
>
> I want to see all the processed messages in message box, how can I. How
> long these messages will be stored in message box. My manager said to save
> all the messages which are received by Biztalk Server, into sql server table.
> But the messages are already saved in Message Box right, how long these
> messages are stored in message box. If they are stored forever I don't need
> to bother about those messages.
>
> Please help
You should not make any use of the messagebox for your own needs not can
you trust the messages to remain there (in fact they don't, they are
removed once their processing has ended)
so....you're going to have to save the messages yourself.
Yossi Dahan
| |
| Stephen W. Thomas 2005-08-03, 5:51 pm |
| Hello.
Couldn’t you use tracking for this? You could log the message into and out
of your system. You can then archive, backup, or purge the data as needed.
What I typically do is Archive / Backup messages to the file system manually
rather then using tracking – mostly because seeing a file is easer then
looking through HAT to find a message. No reason this couldn’t be a database
to store the messages or pointers to the messages.
Hope this helps.
Stephen W. Thomas
http://www.biztalkgurus.com
"Yossi Dahan" wrote:
> Help Needed wrote:
>
> You should not make any use of the messagebox for your own needs not can
> you trust the messages to remain there (in fact they don't, they are
> removed once their processing has ended)
>
> so....you're going to have to save the messages yourself.
>
> Yossi Dahan
>
| |
| N Thorell 2005-08-11, 5:52 pm |
| Is there a way of exposing messages in the middle of the chain, in a
WebService?
Today I have to split the orchestration into two, and persist the data in SQL.
The modified data will activate the second orchestration. Is there a more
elegant way of doing this? /Nils Thorell
"Stephen W. Thomas" wrote:
[vbcol=seagreen]
> Hello.
>
> Couldn’t you use tracking for this? You could log the message into and out
> of your system. You can then archive, backup, or purge the data as needed.
>
> What I typically do is Archive / Backup messages to the file system manually
> rather then using tracking – mostly because seeing a file is easer then
> looking through HAT to find a message. No reason this couldn’t be a database
> to store the messages or pointers to the messages.
>
> Hope this helps.
>
> Stephen W. Thomas
> http://www.biztalkgurus.com
>
>
> "Yossi Dahan" wrote:
>
|
|
|
|
|